@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
@php($mainQuestion = $question->question){!! $mainQuestion->question !!}
@if ($mainQuestion->image_full_path)@endif
@if($mainQuestion->hint)@if ($question->image)اجابة الطالب:
{!! nl2br($question->answer_id) !!}@else
لا توجد صورة
@endif@endif @if($mainQuestion->hint_image_full_path)معلومة هامة
{{$mainQuestion->hint ?? null}}
معلومة هامة او الاجابة نموذجية
@endif
| الاسم | اليوم | الفترة | البداية والنهاية | العدد |
| {{$shift->admin->name}} | {{$shift->date}} | {{$shift->from_time}} - {{$shift->to_time}} | {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} | {{$shift->questionsCount()}} |