@php $setting = DB::table("setting")->first(); @endphp @lang('frontend.student_form_title') {{-- @include('sweetalert::alert') --}}
{{$setting->name}}
{{$setting->address}}
Admission Form
@if($step == 'step_1')
@csrf

gender == 'Male') checked @endif class="form-check-input" type="radio" name="gender" id="male" value="Male">
gender == 'Female') checked @endif class="form-check-input" type="radio" name="gender" id="female" value="Female">
your image
@elseif($step == 'step_2')
@csrf

@lang('frontend.admission_class')

Previous Result

@if($classes) @endif
@elseif($step == 'step_3')
@csrf

@lang('frontend.present_adress')

@lang('frontend.permenant_adress')


@elseif($step == 'step_4')
@csrf
@endif
@if(Session::has('success')) @endif {{-- @if(Session::has('warning_pay')) @endif --}}