@extends('admin.layouts.blank') @section('content') Application Form of {{$row->first_name}} {{$row->last_name}} Personal Detail First Name : {{$row->first_name}} Last Name : {{$row->last_name}} Date Of Birth (AD) : {{$row->dob}} Gender : {{$row->gender}} Address: {{$row->address}} Email: {{$row->email}} Mobile No. : {{$row->mobile_no}} Phone No. : {{$row->phone_no}} Nationality : {{$row->nationality}} Family Information - Father’s Detail First Name : {{$row->f_first_name}} Last Name : {{$row->f_last_name}} Address : {{$row->f_address}} Occupation : {{$row->f_occupation}} Mobile No. : {{$row->f_mobile_no}} Phone No. : {{$row->f_phone_no}} Mother’s Detail First Name : {{$row->m_first_name}} Last Name : {{$row->m_last_name}} Address : {{$row->m_address}} Occupation :{{$row->m_occupation}} Mobile No. : {{$row->m_mobile_no}} Phone No. : {{$row->m_phone_no}} Guardian’s Detail First Name : {{$row->g_first_name}} Last Name : {{$row->g_first_name}} Address : {{$row->g_address}} Mobile No. : {{$row->g_mobile_no}} Phone No. : {{$row->g_phone_no}} Occupation : {{$row->g_occupation}} Relationship : {{$row->g_relationship}} School Background Name of School/Address : {{$row->school_name}} SEE Symbol No. : {{$row->school_address}} Grade / GPA : {{$row->school_score}} Grade Secured in Individual Subjects English : {{$row->school_english}} Nepali : {{$row->school_nepali}} Mathematics : {{$row->school_math}} Science : {{$row->school_science}} Social : {{$row->school_social}} HPE : {{$row->school_hpe}} Opt I : {{$row->school_opt_i}} Opt II : {{$row->school_opt_ii}} College Admission Requirements New Curriculum Compulsory Subjects Compulsory English – I Compulsory Nepali – I Social Studies – I Elective Subjects Option 1 (Any One) : {{$row->option_one_subject}} Option 2 (Any One) : {{$row->option_two_subject}} Option 3 (Any One) : {{$row->option_three_subject}} Option 4 (Any One) : {{$row->option_four_subject}} Shift : {{$row->college_shift}} Do you need transportation facility? : {{$row->college_transportation}} @if($row->college_transportation=='Yes') Pickup Address : {{$row->pickup_address}} Drop Address : {{$row->drop_address}} @endif Additional Information @if($row->eca!='') 1. List Scholarship, Awards or other recognitions of excellence that you have won. {{$row->eca}} @endif 2. List Hobbies you have or activities you enjoy doing. {{$row->hobbies}} 3. How did you come to know about janta HSS? {{$row->known_from}} 4. What made you to apply in janta HSS? {{$row->made_apply}} @if($row->disabilities!='') 5. List Medical conditions or disabilities. {{$row->disabilities}} @endif Documents Required PP Size Photo @php // A few settings $image = public_path('student/').$row->ppsize; // Read image path, convert to base64 encoding $imageData = base64_encode(file_get_contents($image)); // Format the image SRC: data:{mime};base64,{data}; $src = 'data:'.mime_content_type($image).';base64,'.$imageData; // Echo out a sample image echo ''; @endphp @if($row->marksheet!='') SEE marksheet or Transcript @php // A few settings $marksheet = public_path('student/').$row->marksheet; // Read image path, convert to base64 encoding $marksheetData = base64_encode(file_get_contents($marksheet)); // Format the image SRC: data:{mime};base64,{data}; $srca= 'data:'.mime_content_type($marksheet).';base64,'.$marksheetData; // Echo out a sample image echo ''; @endphp @endif @if($row->character_certificate!='') Character Certificate @php // A few settings $character_certificate = public_path('student/').$row->character_certificate; // Read image path, convert to base64 encoding $character_certificateData = base64_encode(file_get_contents($character_certificate)); // Format the image SRC: data:{mime};base64,{data}; $srcs = 'data:'.mime_content_type($character_certificate).';base64,'.$character_certificateData; // Echo out a sample image echo ''; @endphp @endif @endsection @section('footer') @endsection
{{$row->eca}}
{{$row->hobbies}}
{{$row->known_from}}
{{$row->made_apply}}
{{$row->disabilities}}