@extends('layouts.master') @section('title') {{ __('Manage Online Exam Questions') }} @endsection @section('content')
@if (Auth::user()->hasRole('School Admin')) @else @endif
{!! Form::hidden('number','', ['class'=>'option-number']) !!}

{{ __('list') . ' ' . __('online'). ' ' . __('exam').' '.__('question') }}

@if (Auth::user()->hasRole('School Admin')) @else @endif
{{ __('id') }} {{ __('no.') }} {{ __('Class') }} {{ __('subject') }} {{ __('question')}} {{ __('option') }} {{ __('answer') }} {{ __('image') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection