SSI WORK LOG {{date('M. d, Y H:i:s')}}
Resource: {{$logs['resource']}} Date: {{$logs['date']}}
@forelse($logs['activity'] as $key => $log) @if($key != 'grandTotal') @foreach($log as $activity_log) @endforeach @endif @empty @endforelse @if($logs['grandTotal']) @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
Total Hours: {{$logs['grandTotal']}}

-- end of file --