@extends('admin.layout.master') @section('content') @include('flash-message')
| Name: {{$employee->emp_name}} | Code: {{$employee->emp_code}} | |||||
|---|---|---|---|---|---|---|
| {{$day}} | @endforeach||||||
|
@foreach ($roster[$id] as $list)
@php
$shift = $list->fetch_shift_info_data ?? $shift = $list->fetch_shift_info_data;
@endphp
{{$shift ? $shift->name : null}} {{ count($shift->shift_details) == 0 ? "(=".($shift->shift_code)."=)" : null}} @endforeach |
@endforeach
||||||