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

اسئلة الامتحانات

@if($shift) انهاء الشيفت {{$shift ? $shift->questionsCount() : "" }} @endif
@endsection @section('content') @if($question)
@elseif($shift)
برجاء الانتظار لوصول اسئلة جديدة
@else
لا يوجد شيف حالى متاح باسمك
عرض الشيفتات
@foreach($shifts as $shift) @endforeach
الاسم اليوم الفترة البداية والنهاية العدد
{{$shift->admin->name}} {{$shift->date}} {{$shift->from_time}} - {{$shift->to_time}} {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} {{$shift->questionsCount()}}
@endif @endsection @section('script') @endsection