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

شيفتات الامتحانات

@endsection @section('content') @foreach($days as $day => $shifts)
{{$day}}
@if($day >= date('Y-m-d'))
@csrf
@error('work_shift_id') {{ $message }} @enderror
@error('admin_id') {{ $message }} @enderror
@endif @foreach($shifts as $shift) @endforeach
{{$shift->workShift->from_time}} - {{$shift->workShift->to_time}} {{$shift->admin->name}} {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} {{$shift->questionsCount()}} {{$shift->creator->name}} {{$shift->is_send ? 'sent message' : 'pending'}} @if($shift->started_at == null) حذف @endif @if($shift->started_at && !$shift->ended_at) دعم @endif
@endforeach @endsection @section('script') @endsection