{{ $logs->links('pagination::bootstrap-4') }}
Activities
@forelse($logs as $key => $log) @if($key != 'grandTotal') @foreach($log as $activity_log) @endforeach @endif @empty @endforelse @if(count($logs) != 0) @if($logs->onLastPage()) @endif @endif
Activity Brand Entity Hours
{{date('M. d, Y', strtotime($key))}}
{{$activity_log->activity}} {{$activity_log->brand}} {{$activity_log->entity}} {{$activity_log->hours}}
{{$totalHours}}
No data found.
Total Hours: {{$grandTotal}}
{{ $logs->links('pagination::bootstrap-4') }}