@if(!empty($historyData)) Staff Participant Contract Hours Roster Shift Date Roster Shift Hours Roster Status Allowed At Allowed By @foreach($historyData as $data) {{ $data['staff_name']??"" }} {{ $data['client_name']??"" }} {{ ($data['total_contract_hours']??'') }} {{ $data['date']??'' }} {{ $data['shift_hours']??'' }} {{ config('constant.save_list')[$data['save_as']??'']??'' }} {{ $data['allotted_at']??'' }} {{ $data['allowed_by']??'' }} @endforeach @else No Record Found! @endif