@php
$serial = 1;
$alphaSerial = 'A';
@endphp
{{-- session_id, program_id, semester_class_id --}}
{{-- program_id --}}
{{-- session_id --}}
{{-- semester_class_id --}}
@if($companyType == 'SCL' || $companyType == 'CLG')
{{-- semester_class_group_id --}}
{{-- section_id --}}
@endif
{{-- shift_id --}}
{{-- Personal Information Section Start --}}
Warning: Undefined variable $alphaSerial in /home/shikkhaplus/public_html/guk_bk/resources/views/eims/preAdmission/admissionAfterResult/loadInformationTab.blade.php on line 110
. Personal Information
{{-- name --}}
@php $serial++; @endphp
{{-- phone_number, email --}}
{{-- phone_number --}}
@php $serial++; @endphp
{{-- email --}}
@php $serial++; @endphp
{{-- gender, marital_status. --}}
{{-- gender --}}
@php $serial++; @endphp
@if($companyType == 'UNV')
{{-- marital_status --}}
@php $serial++; @endphp
@endif
{{-- dob, religion, blood_group --}}
{{-- dob --}}
@php $serial++; @endphp
{{-- religion --}}
@php $serial++; @endphp
{{-- blood_group --}}
@php $serial++; @endphp
{{-- nationality, national_id, birth_certificate_id --}}
@php $serial++; @endphp
@if($companyType === 'UNV' )
{{-- national_id --}}
@php $serial++; @endphp
@elseif($companyType === 'SCL' || $companyType === 'CLG')
{{-- birth_certificate_id --}}
@php $serial++; @endphp
@endif
{{-- father information: father_name, father_occupation, father_phone_number. --}}
{{-- father_name --}}
{{-- father_occupation --}}
{{-- father_phone_number --}}
@php $serial++; @endphp
{{-- mother information: mother_name, mother_occupationm, mother_phone_number --}}
{{-- mother_name --}}
{{-- mother_occupation --}}
{{-- mother_phone_number --}}
@php $serial++; @endphp
{{-- Guaridan Section Start --}}
{{-- guardian_name --}}
{{-- guardian_occupation --}}
{{-- guardian_phone_number --}}
@php $serial++; @endphp
{{-- Guaridan Section End --}}
{{-- Permanent Address Section Start --}}
Warning: Undefined variable $serial in /home/shikkhaplus/public_html/guk_bk/resources/views/eims/preAdmission/admissionAfterResult/loadInformationTab.blade.php on line 391
. Permanent Address:
{{-- village_house_no --}}
{{-- po_road_no --}}
{{-- ps --}}
{{-- dist --}}
@php $serial++; @endphp
{{-- Permanent Address Section End --}}
{{-- Present Address Section Start --}}
Warning: Undefined variable $serial in /home/shikkhaplus/public_html/guk_bk/resources/views/eims/preAdmission/admissionAfterResult/loadInformationTab.blade.php on line 449
. Present Address:
{{-- village_house_no --}}
{{-- po_road_no --}}
{{-- ps --}}
{{-- dist --}}
@php $serial++; @endphp
{{-- Personal Information: Present Address Section End --}}
@php
$serial = 1;
@endphp
{{-- Emergeny Person Contact Section Start --}}
1. Person to be noticed in case of emergency
{{-- emergency_contact_person_name --}}
@php $serial++; @endphp
{{-- emergency_contact_person_relationship --}}
@php $serial++; @endphp
{{-- emergency_contact_person_phone_number --}}
@php $serial++; @endphp
{{-- emergency_contact_person_designation --}}
@php $serial++; @endphp
{{-- emergency_contact_person_address --}}
@php $serial++; @endphp
{{-- Emergeny Person Contact Section End --}}
@php
$serial = 1;
@endphp
{{-- educational_information --}}
2. Educational Information
@if($companyType === 'SCL')
@forelse ($applicant?->eims_pre_admission_educational_information ?? [] as $key => $educationalInformation)
Warning: Undefined variable $serial in /home/shikkhaplus/public_html/guk_bk/resources/views/eims/preAdmission/admissionAfterResult/loadInformationTab.blade.php on line 586
.
Previous Institute
{{ Form::hidden('institute_id[]', $educationalInformation->id) }}
{{ Form::hidden('institute_type[]', 'previous') }}
{{-- institute_name --}}
{{-- institute_board_id --}}
{{-- institute_gpa --}}
{{-- institute_group_id --}}
{{-- institute_year --}}
@empty
{{-- institute --}}
1.
Previous Institute
{{ Form::hidden('institute_type[]', 'previous') }}
{{-- institute_name --}}
{{-- institute_board_id --}}
{{-- institute_gpa --}}
{{-- institute_group_id --}}
{{-- institute_year --}}
@endforelse
{{-- previous_instute add More/remove buttons --}}
@php $serial++; @endphp
@endif
@if($companyType === 'CLG' || $companyType === 'UNV')
{{-- ssc_information--}}
2. SSC/O’ Level / Equivalent
{{ Form::hidden('institute_id[]', null) }}
{{ Form::hidden('institute_type[]', 'ssc') }}
{{ Form::hidden('institute_university[]', null) }}
{{ Form::hidden('institute_program[]', null) }}
{{-- ssc_institution --}}
{{-- ssc_board --}}
{{-- ssc_gpa --}}
{{-- ssc_group --}}
{{-- ssc_year --}}
@endif
@if($companyType === 'UNV' )
{{-- hsc_information --}}
3. HSC/A’ Level / Equivalent
{{ Form::hidden('institute_id[]', null) }}
{{ Form::hidden('institute_type[]', 'hsc') }}
{{ Form::hidden('institute_university[]', null) }}
{{ Form::hidden('institute_program[]', null) }}
{{-- hsc_institution --}}
{{-- hsc_board --}}
{{-- hsc_gpa --}}
{{-- hsc_group --}}
{{-- hsc_year --}}
{{-- Bachelor’s Degree/Equivalent --}}
4. Bachelor’s Degree/Equivalent
{{ Form::hidden('institute_id[]', null) }}
{{ Form::hidden('institute_type[]', 'bachelor') }}
{{ Form::hidden('institute_board_id[]', null) }}
{{ Form::hidden('institute_group_id[]', null) }}
{{-- bachelor_institution --}}
{{-- bachelor_university --}}
{{-- bachelor_cgpa --}}
{{-- bachelor_program --}}
{{-- bachelor_year --}}
{{-- Master’s Degree/Equivalent --}}
5. Master’s Degree/Equivalent
{{ Form::hidden('institute_id[]', null) }}
{{ Form::hidden('institute_type[]', 'master') }}
{{ Form::hidden('institute_board_id[]', null) }}
{{ Form::hidden('institute_group_id[]', null) }}
{{-- master_institution --}}
{{-- master_university --}}
{{-- master_cgpa --}}
{{-- master_program --}}
{{-- master_year --}}
@endif