@extends('layouts.master') @section('title','User Info') @section('header') @include('layouts.header') @endsection @section('content')

Information Form

1. Selected Programs
@foreach($student->studentApplication->applicationMicros as $program)

{{$count++}}. {{$program->program->name}} ({{$program->program->institute->name}} / {{$program->program->fee}})

@csrf
@endforeach @if($student->check == false)
@endif
@if($student->check == false) @endif
Personal Information
@if ($student) @if(Session::has('message'))

{{ Session::get('message') }}

@endif
@error('name') {{$message}} @enderror
@error('dob') {{$message}} @enderror
@error('gender') {{$message}} @enderror
@error('passport_no') {{$message}} @enderror
@error('nationality') {{$message}} @enderror
@error('po_box') {{$message}} @enderror
@error('address') {{$message}} @enderror
@error('eng_test') {{$message}} @enderror
@error('writing') {{$message}} @enderror
@error('reading') {{$message}} @enderror
@error('speaking') {{$message}} @enderror
@error('listening') {{$message}} @enderror
@error('image') {{$message}} @enderror
@if($student->check == false)
@endif @csrf
@else

No Record Found

@endif
Education History
@foreach($student->student_education as $edu_history)
@csrf
@if($student->check == false)
@endif

@endforeach @if(isset($edu_history) == false)
@csrf
@if($student->check == false)
@endif
@endif @if($student->check == false) @endif
@if($student->check == false) @endif
Certificates
@foreach($student->student_additional_education as $additional_edu)
@csrf
degree}}"">
@if($student->check == false)
@endif

@endforeach @if(isset($additional_edu) == false)
@csrf
@if($student->check == false)
@endif

@endif @if($student->check == false) @endif
@if($student->check == false) @endif
Employment History
@foreach($student->employment_history as $employ)
@csrf
to == false) checked @endif class="position-absolute" style="right: 10px;" type="checkbox" onchange="if($(this).prop('checked')){$(this).siblings('#inputTo').prop('disabled',true);}else{$(this).siblings('#inputTo').prop('disabled',false);}">
@if($student->check == false)
@endif

@endforeach @if (isset($employ) == false)
@csrf
@if($student->check == false)
@endif

@endif @if($student->check == false) @endif
@if($student->check == false) @endif
@if(auth()->user()->lessi_role == 5 && $student->check == false)
@endif



@endsection @section('footer') @include('layouts.footer') @endsection @section('extra') @if(session()->has('lock_error')) @endif @if($student->check == true) @endif @endsection