@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
@if($studentQuestion->status == 1) @elseif($studentQuestion->status == 2) @else @endif@if($question->image_full_path){{$studentQuestion->checker->name ?? ''}}@endif {!!$question->question!!} {{$question->difficulty_level}}%
تم طرح السؤال في {{$studentQuestion->created_at}}@foreach(json_decode($studentQuestion->answers) ?? [] as $answer)
- {{$answer->answer_id}} - {{date("Y-m-d H:i:s", strtotime($answer->created_at))}}
@endforeach