@if($timeReportRecent)
Current status
@php $check_in_time = date_format(date_create($timeReportRecent->check_in),"d M Y h:i"); @endphp @if(!empty($timeReportRecent->check_out)) {{$timeReportRecent->status}} @else {{$check_in_time}} - {{$timeReportRecent->status}} @endif
@endif