@php $locale = app()->getLocale(); @endphp @extends('layouts.webapp') @push('meta_tags') @if (app()->getLocale() == 'en') @section('title', 'HSC Online Application Form') @else @section('title', 'HSC Online Application Form') @endif @endpush @section('content') HSC Online Application @csrf Academic Information Class * Select Class @foreach ($classtypes as $type) {{ $type->name }} @endforeach {{ $errors->first('class_type_id') }} Session * Select Session @foreach ($sessiones as $session) {{ $session->name }} @endforeach {{ $errors->first('session_id') }} Group * Select Group {{ $errors->first('group_id') }} Year * Select Class Year {{ $errors->first('class_year_id') }} Student Type * Select Type Regular Irregular {{ $errors->first('student_type') }} {{-- Admission Roll {{ $errors->first('admission_roll') }} --}} Student's Information Student Name * {{ $errors->first('name') }} {{-- Student Name (Bangla) {{ $errors->first('name_bn') }} --}} Email {{ $errors->first('email') }} Mobile * {{ $errors->first('mobile') }} Gender * Select Gender Male Female {{ $errors->first('gender') }} Date of Birth * {{ $errors->first('dob ') }} Blood Group * Choose Blood Group N/A A+ A- B+ B- AB+ AB- O+ O- {{ $errors->first('blood_group') }} Marriage Status * Unmarried Married Choose Marital Status {{ $errors->first('marriage_status') }} Religion * Choose Religion Islam Hindu Christian Buddhism {{ $errors->first('religion_id') }} Student Photo {{ $errors->first('avatar') }} Guardian Information Father's Name * {{ $errors->first('father') }} {{-- Father's Name (Bangla) {{ $errors->first('father_bn') }} --}} {{-- Father Photo {{ $errors->first('father_avatar') }} --}} Father's Mobile Number * {{ $errors->first('father_mobile') }} {{-- Father NID Number {{ $errors->first('father_nid') }} --}} Father's Occupation * {{ $errors->first('father_occupation') }} Father's Annual Income * {{ $errors->first('father_annual_income') }} Mother's Name * {{ $errors->first('mother') }} {{-- Mother's Name (Bangla) {{ $errors->first('mother_bn') }} --}} {{-- Mother Photo {{ $errors->first('mother_avatar') }} --}} Mother's Mobile Number * {{ $errors->first('mother_mobile') }} {{-- Mother NID Number {{ $errors->first('mother_nid') }} --}} Mother's Occupation * {{ $errors->first('mother_occupation') }} Mother's Annual Income * {{ $errors->first('mother_annual_income') }} Guardian Name * {{ $errors->first('guardian') }} {{-- Guardian Name (Bangla) {{ $errors->first('guardian_bn') }} --}} {{-- Guardian Photo {{ $errors->first('guardian_avatar') }} --}} Guardian Mobile Number * {{ $errors->first('guardian_mobile') }} {{-- Guardian NID Number {{ $errors->first('guardian_nid') }} --}} Guardian Occupation * {{ $errors->first('guardian_occupation') }} Guardian Relationship * {{ $errors->first('guardian_relationship') }} Care of * {{ $errors->first('careof') }} SSC/Dhakil/Others Eduction Information School Name * {{ $errors->first('ssc_school') }} Roll * {{ $errors->first('ssc_roll') }} Registration * {{ $errors->first('ssc_registration') }} Group * Select Group Science Humanities Business Studies General {{ $errors->first('ssc_group') }} Board * Select Board @foreach ($boards as $board) {{ $board->name }} @endforeach {{ $errors->first('ssc_board') }} Passing Year * {{ $errors->first('ssc_passing_year') }} Result * {{ $errors->first('ssc_result') }} Address Present Address District * {{ $errors->first('district_name') }} Police Station * {{ $errors->first('police_station') }} Post Office * {{ $errors->first('post_office') }} Post Code * {{ $errors->first('post_code') }} Address * {{ $errors->first('address') }} Permanent Address ( If Same as Present Address) District {{ $errors->first('per_district_name') }} Police Station {{ $errors->first('per_police_station') }} Post Office {{ $errors->first('per_post_office') }} Post Code {{ $errors->first('per_post_code') }} Address {{ $errors->first('per_address') }} Science Subject Selection Common Subjects * @foreach ($commonsubjects as $commonsubject) @endforeach Group Subjects * @foreach ($groupsubjects as $groupsubject) @endforeach 6th Subject * @foreach ($optionalsubjects as $optionalsubject) {{ $optionalsubject->code }} - {{ $optionalsubject->name }} @endforeach {{ $errors->first('ssc_roll') }} Optional Subject * @foreach ($optionalsubjectss as $optionalsubject) {{ $optionalsubject->code }} - {{ $optionalsubject->name }} @endforeach {{ $errors->first('optional') }} Humanities Subject Selection Common Subjects * @foreach ($commonsubjects as $commonsubject) @endforeach A Bunch* @foreach ($humgroupsubjects as $humgroupsubject) @endforeach B Bunch * @foreach ($humgroupsubjects2 as $humgroupsubject2) @endforeach Subject Selection Common Subjects * @foreach ($commonsubjects as $commonsubject) @endforeach Group Subjects * @foreach ($businessstudies as $businessstudie) @endforeach Optional Subject * @foreach ($businessoptionals as $businessoptional) {{ $businessoptional->code }} - {{ $businessoptional->name }} @endforeach {{ $errors->first('optional') }} Submit @endsection @include('admin.components.common') @push('js') @endpush
Present Address
Permanent Address ( If Same as Present Address)