@extends('layouts.app') @section('title', 'Exam From') @push('styles') @endpush @section('content')

Govt. Mankunwar Bai Arts & Commerce Autonomous College
For Women, Jabalpur (M.P.)

( NACC Accredited B+ )
Affiliated to Rani Durgavati Vishwavidyalaya, Jabalpur
(संबध्दता - रानी दुर्गावती विश्वविद्यालय, जबलपुर)
Regular/ATKT/EX Examination April 2023
Exam Form/परीक्षा फार्म
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::open( ['route' => ['form'], 'class'=>'needs-validation', 'novalidate'=>'true', 'files'=>true ] ) !!}
{{ $application->cat }}
{!! Form::text('exam_year', Carbon\Carbon::now()->format('d/m/Y'), [ 'required'=>true, 'class' => 'form-control datepicker', 'id'=>'exam_year']) !!} @if ($errors->has('exam_year'))

{{ $errors->first('exam_year') }}

@endif
{!! Form::text('roll_no', Auth::user()->roll_number, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('class', $application->s_code, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('sem', $application->sem, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('name', Auth::user()->name, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('d_of_b', Auth::user()->d_of_b->format('d/m/Y'), ['class' => 'form-control datepicker']) !!} @if ($errors->has('d_of_b'))

{{ $errors->first('d_of_b') }}

@endif
{!! Form::text('father_name', Auth::user()->f_name, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('mother_name', Auth::user()->m_name, ['class' => 'form-control', 'disabled'=>'true']) !!}
{!! Form::text('phone', Auth::user()->phone, ['class' => 'form-control']) !!} @if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
{!! Form::text('cast', Auth::user()->cast, ['class' => 'form-control']) !!} @if ($errors->has('cast'))

{{ $errors->first('cast') }}

@endif
{!! Form::text('email', Auth::user()->email, ['class' => 'form-control']) !!} @if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
{!! Form::textarea('address', Auth::user()->address, ['class' => 'form-control', 'size' => '30x5']) !!} @if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@if ($application->sem === 'III' || $application->sem === 'III')
  1. {{ $application->sub1 }}
  2. {{ $application->sub2 }}
  3. {{ $application->sub3 }}
  4. {{ $application->sub4 }}
  5. {{ $application->sub5 }}
  6. {{ $application->sub6 }}
  7. {{ $application->sub7 }}
  8. {{ $application->sub8 }}
  9. {{ $application->sub9 }}
  10. {{ $application->sub10 }}
  11. {{ $application->sub11 }}
  12. {{ $application->sub12 }}
@endif @if ($application->code === 'NEP')

@if(isset($application->sub1)) @endif @if(isset($application->sub2))
  • {{ $application->sub2 }}
  • @endif @if(isset($application->sub3))
  • {{ $application->sub3 }}
  • @endif @if(isset($application->sub4))
  • {{ $application->sub4 }}
  • @endif @if(isset($application->sub5))
  • {{ $application->sub5 }}
  • @endif @if(isset($application->sub6))
  • {{ $application->sub6 }}
  • @endif @if(isset($application->sub7))
  • {{ $application->sub7 }}
  • @endif @if(isset($application->sub8))
  • {{ $application->sub8 }}
  • @endif @if(isset($application->sub9))
  • {{ $application->sub9 }}
  • @endif @if(isset($application->sub10))
  • {{ $application->sub10 }}
  • @endif @if(isset($application->sub11))
  • {{ $application->sub11 }}
  • @endif @if(isset($application->sub12))
  • {{ $application->sub12 }}
  • @endif @if(isset($application->sub13))
  • {{ $application->sub13 }}
  • @endif @if(isset($application->sub14))
  • {{ $application->sub14 }}
  • @endif
    @endif
    @if(Auth::user()->image) profile avatar @else profile avatar @endif
    add mode_edit close

    Declaration/घोषणा

    {!! Form::close() !!}
    @endsection @push('scripts') @endpush