@foreach ($bellBoys as $key => $value) @endforeach
{{__('obs.sl')}} {{__('obs.room_no')}} {{__('obs.call_time')}} {{ $type == 1 ? __('obs.action') : __('obs.visited_at')}}
{{ $key+1 }} {{ $value->getRoom->room_number ?? "" }} {{ $value->visited_at ? date('d-m-Y h:i A', strtotime($value->created_at)) : $value->created_at->diffForHumans() }} @if($value->visited_at) {{ date('d-m-Y h:i A', strtotime($value->visited_at)) }} @else @endif