@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT ONLINE EXAM

@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('description')) @endif
@if ($errors->has('exam_level')) @endif
@if ($errors->has('exam_status')) @endif
@if ($errors->has('duration')) @endif
@if ($errors->has('mark_type')) @endif
@if ($errors->has('pass_value')) @endif
@if ($errors->has('negative_mark')) @endif
@if ($errors->has('enable_random')) @endif
@if ($errors->has('published')) @endif
@endsection