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

اسئلة المحاضرات

@if($shift || auth()->user()->id == 1) @foreach($currentWorkers as $currentWorker) @if(!$shift->canRequestNew() || $currentWorker->started_at && $currentWorker->admin->last_action > \Carbon\Carbon::now()->subMinutes(15)->toDateTimeString())
{{$currentWorker->admin->name ?? ''}}
@else
{{$currentWorker->admin->name ?? ''}}
@endif @endforeach @endif ({{auth()->user()->minePendingQuestionsCount()}})
@endsection @section('content') @if($question)
@foreach($question->replies as $reply) @endforeach @if($question->comment) @endif
@csrf @method('patch')
{{-- ✅ Audio Recorder المحسّن --}}
تسجيل صوتي
00:00
{{--
    --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}}
    سؤال جديد
    صور السؤال
    العفو بالتوفيق
    الاستفسار
    المواعيد والاماكن
    الدعم النفسي
    تابع الصفحة
    الشكر لله بالتوفيق
    is_public == 1) checked @endif>
    {{-- --}}
    @if(auth()->user()->myArchivedQuestionsCount() <= 100000) @endif
    @if(auth()->user()->myPostponedLectureQuestionsCount() <= 100000) @else لقد تجاوزت الحد الاقصى للاسئلة المؤجلة @endif @can('configure-data') @endcan
    @elseif($shift)
    برجاء الانتظار لوصول اسئلة جديدة
    @else
    لا يوجد شيف حالى متاح باسمك
    عرض الشيفتات
    @foreach($shifts as $shift) @endforeach
    الصف الدراسي الاسم اليوم الفترة البداية والنهاية العدد
    {{$shift->level->title}} {{$shift->admin->name}} {{$shift->date}} {{$shift->from_time}} - {{$shift->to_time}} {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} {{$shift->questionsCount()}}
    @endif @endsection @section('script') @endsection