@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Student

@if (isset($student->photo)) Profile photo @else Profile photo @endif
{{$student->first_name}} {{$student->last_name}}

#ID: {{$promotion_info->id_card_number}}

Student Information
First Name: {{$student->first_name}} Last Name: {{$student->last_name}}
Email: {{$student->email}} Birthday: {{$student->birthday}}
Nationality: {{$student->nationality}} Religion: {{$student->religion}}
Address: {{$student->address}} Address2: {{$student->address2}}
City: {{$student->city}} Zip: {{$student->zip}}
Blood Type: {{$student->blood_type}} Phone: {{$student->phone}}
Gender: {{$student->gender}}
Parents' Information
Father's Name: {{$student->parent_info->father_name}} Mother's Name: {{$student->parent_info->mother_name}}
Father's Phone: {{$student->parent_info->father_phone}} Mother's Phone: {{$student->parent_info->mother_phone}}
Address: {{$student->parent_info->parent_address}}
Academic Information
Class: {{$promotion_info->section->schoolClass->class_name}} Board Reg. No.: {{$student->academic_info->board_reg_no}}
Section: {{$promotion_info->section->section_name}}
@include('layouts.footer')
@endsection