@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
{{$question->created_at}}
{{$question->id}}
{{$question->lecture->title ?? ""}}
@if($question->image)
{{ $question->student->name }} {{$question->created_from}}
{{-- Header --}}@endif0°![]()
{{$question->question}}
{{$reply->created_at}}
@if($reply->audio) @endif @if($reply->image)
{{ $reply->sender->name }} {{$reply->created_from}}
@endif
{!! nl2br(e($reply->answer)) !!}
{{$question->comment}}
| الصف الدراسي | الاسم | اليوم | الفترة | البداية والنهاية | العدد |
| {{$shift->level->title}} | {{$shift->admin->name}} | {{$shift->date}} | {{$shift->from_time}} - {{$shift->to_time}} | {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} | {{$shift->questionsCount()}} |