@extends('website.layout.master')
@section('title', 'الرئيسية')
@section('content')
{{\App\Models\Category::find($question['category_id'])->name}}
{{\App\Models\Category::find($question['category_id'])->slug}}
Questions:{{$question_number}}
00:39
{!! $question['description_image'] !!}
{{$question['question']}}?
answer
{!! $question['long_answer'] !!}
Ending revision Session
This will end your current session and show your results. Do you wish to continue?
@stop
@push('script')
@endpush