{{$logs['event']}} |
{{$logs['properties']['attributes']['device_type']}} |
@php
$getNames = \App\Models\Establishments::select(\DB::raw("GROUP_CONCAT(business_name,' ') as store_name"))->where('id',$logs['properties']['attributes']['establishment_id'])->first();
@endphp
{{ ($getNames) ? $getNames->store_name : '' }} |
{{$logs['properties']['attributes']['total_hours']}} |
{{$logs['properties']['attributes']['created_date']}} |
{{$logs['properties']['attributes']['clockin_time']}} |
{{$logs['properties']['attributes']['clockout_time']}} |
{{$logs['properties']['attributes']['remarks']}} |
@endforeach
@else