@extends('layouts.app') @section('pageTitle', 'Absensi - Detail') @section('content') @include('notify')
View Data Absensi
{{ date('d F Y', strtotime($tanggal)) }}
{{$absensi->data->type}}
{{$absensi->data->note}}
@endsection