@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| # | @foreach($times as $time){{$time->time_range}} | @endforeach
|---|---|
|
{{ $days[ date('w', strtotime($weekDay)) ] }} {{$weekDay}} |
@foreach($times as $time)
@foreach($time->weekShiftList($weekDay) as $weekShift)
{{$weekShift->admin->name}} @if($weekShift->is_approved) @else @endif @endforeach |
@endforeach