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