@if(!empty($rosterShiftBreaches)) Roster Shift Allocation Id Staff Client Date Shift Type Start Time End Time Hours Roster Status @foreach($rosterShiftBreaches as $data) {{ $data['roster_shift_allocation_id']??"" }} {{ $data['staff_name']??"" }} {{ $data['client_name']??"" }} {{ date("d/m/Y",strtotime(($data['shift_date']??''))) }} {{ $data['shift_type']??'' }} {{ $data['start_time']??'' }} {{ $data['end_time']??'' }} {{ $data['total_hours_excl_break']??'' }} {{ config('constant.save_list')[$data['save_as']??'']??'' }} @endforeach @else No Record Found! @endif