@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('online'). ' '.__('exam') }} @endsection @section('content')

{{ __('create') . ' ' . __('online'). ' '.__('exam') }}

{{-- online exam based option --}}

{{-- class container --}} {{-- class section container --}}
( {{__('in_minutes')}} )

{{ __('list') . ' ' . __('exams') }}

{{ __('id') }} {{ __('no.') }} {{ __('class') }} {{ __('subject') }} {{ __('title') }} {{ __('exam_key')}} {{ __('duration')}}({{__('in_minutes')}}) {{ __('start_date') }} {{ __('end_date') }} {{ __('total').' '.__('questions') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
{{-- model --}} @endsection