@extends('layouts.frontend.app') @section('title', 'Admission | Application | Form' ) @push('css') @endpush @section('content')
@include('frontend.admission._sidebar')
Application Form ( Step- 2 )
All fields aren't be empty

FORM

@csrf email =

SSC / Equivalent Degree
@if ($errors->has('ssc_roll')) {{ $errors->first('ssc_roll') }} @endif
@if ($errors->has('ssc_reg')) {{ $errors->first('ssc_reg') }} @endif
HSC / Diploma
@if ($errors->has('hsc_roll')) {{ $errors->first('hsc_roll') }} @endif
@if ($errors->has('hsc_reg')) {{ $errors->first('hsc_reg') }} @endif

@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('guardian')) {{ $errors->first('guardian') }} @endif
@if ($errors->has('relation')) {{ $errors->first('relation') }} @endif
@if ($errors->has('present_address')) {{ $errors->first('present_address') }} @endif
@if ($errors->has('parmanent_address')) {{ $errors->first('parmanent_address') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @push('js') @endpush