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

الشيفتات

ارسال الشيفتات
@endsection @section('content') @foreach($days as $day => $shifts)
{{$day}}
@if($day >= date('Y-m-d')) @endif @if($day == date('Y-m-d')) @else
@endif @foreach($shifts as $shift) {{----}} @endforeach
الشيفت الادمن الوقت العدد اخر اكشن
{{$shift->workShift->from_time}} - {{$shift->workShift->to_time}} {{$shift->admin->name}} {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}}{{$shift->questions->count()}}/{{$shift->outQuestionsCount()}}{{$shift->questions->count()}} {{$shift->ended_at}}
@endforeach @endsection @section('script') @endsection