@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

تفاصيل الاسبوع

@endsection @section('content')
@foreach($times as $time) @endforeach @foreach ($weekDays as $weekDay) @foreach($times as $time) @endforeach @endforeach
#{{$time->time_range}}
{{ $days[ date('w', strtotime($weekDay)) ] }}
{{$weekDay}}
@foreach($time->weekShiftList($weekDay) as $weekShift)

{{$weekShift->admin->name}} {{$weekShift->levelLabel()}} @if($weekShift->is_approved) @else @endif

@endforeach
@endsection @section('script') @endsection