@extends('frontend.master') @section('title') {{ ___('frontend.Online Admission') }} @endsection @section('main')
{{ ___('frontend.Please fill out the form for admission guidance and information') }}.
@if ($errors->has('session')) {{ $errors->first('session') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
{{-- mail-script.js --}}
@endsection