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

شيفتاتي

@endsection @section('content')
عرض الشيفتات
@foreach($shifts as $shift) @endforeach
الصف الدراسي الاسم اليوم الفترة البداية والنهاية العدد
{{$shift->level->title}} {{$shift->admin->name}} {{Carbon\Carbon::parse($shift->date)->locale('ar')->dayName}} {{$shift->date}} {{$shift->from_time}} - {{$shift->to_time}} {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} {{$shift->questionsCount()}}
@endsection @section('script') @endsection