@extends('backend.layouts.app') @section('content')

{{ translate('Edit Question Details') }}

@method('PATCH') @csrf @php $value = request('exam_filter') ?? old('exam_id'); $school_id = request('school_filter') ?? old('school_id'); @endphp @if(\Auth::user()->user_type == 'admin')
@endif
{{translate('Browse')}}
{{translate('Choose file')}}
Use Highest No for high priority
@endsection @section('script') @endsection