@foreach ($rosters as $roster) @if($roster->status == 0) @elseif($roster->status == 1) @else @endif @endforeach
Sl # Employee ID Employee Business Branch Department Start Date End Date Status Actions
{{ $loop->iteration }} @isset($roster->user->employee_id) {{ $roster->user->employee_id}} @endisset @isset($roster->user->first_name) {{ $roster->user->first_name." ".$roster->user->last_name}} @endisset {{ optional($roster->business)->name ?? 'no data'}} {{ optional($roster->branch)->name ?? 'no data'}} {{ optional($roster->department)->dep_name ?? 'no data'}} {{ $roster->start_date}} {{ $roster->end_date}} Not Started     Started Not Completed  
View & Edit
@csrf @method('DELETE')