@extends('layouts.app') @section('title', $app_setting['name'] . ' | Exam Create') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
New Exam
@csrf
@endsection @push('scripts') @endpush