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

NEW QUESTION BANK

@csrf
@if ($errors->has('group')) @endif
@if ($errors->has('level')) @endif
@if ($errors->has('question')) @endif
@if ($errors->has('explanation')) @endif
@if ($errors->has('mark')) @endif
@if ($errors->has('totalOption')) @endif
@endsection