@extends('theme.master') @section('title', 'Admission Form') @section('content') @include('admin.message')
{{ csrf_field() }} {{ method_field('POST') }}
@if($admission->profile_pic != null || $admission->profile_pic !='')
@else
@endif
{{$admission->name}}
{{ __('Admission Form') }}



Do not carry any valuables to the study centre or the Institute and the management is not responsible for any loss or damage of the same.

I Agree
@endsection @section('custom-script') @endsection