Previous Stamps

Below you see your latest stamps

@php $i = 1; @endphp @foreach($timeReportRecent as $time)
@php $date = date_format(date_create($time->check_in),"d M Y"); $check_in_time = date_format(date_create($time->check_in),"h:i"); $check_out_time = $time->check_out ? '- '.date_format(date_create($time->check_out),"h:i") : ''; @endphp {{$date}}
{{$check_in_time}} {{$check_out_time}} {{$time->status}}
@php if(++$i > 10) break; @endphp @endforeach