@include('components.theme.pages.header')
@if(session()->has('success'))
{{ session()->get('success') }}
@else @if(session()->has('error'))
{{ session()->get('error') }}
@endif @endif
Laporan

Total Data : {{ $total_jurnal }}

@foreach($daftar_jurnal as $data) @endforeach
No Waktu Action
{{ $i++ }} {{ date('F Y', strtotime('1-'.$data->waktu)) }}
@include('components.theme.pages.footer')