@if($time_slots->count() > 0) @foreach($time_slots as $key=>$data) {{ date('H:i A',strtotime($data->start_time)) }} {{ date('H:i A',strtotime($data->end_time)) }} {{ $data->limit }} {{ $data->getTotalInvoiceOfSlot() }} @endforeach @else No Data Found @endif