@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