@extends( 'layouts.admin' ) @section( 'styles' ) @endsection @section( 'content' )

{{$student->given_name}} {{$student->family_name}}

Generic placeholder image

{{$student->user->email}}

Registeration # {{$student->registration->id}}

Registeration Date: {{$student->registration->created_at}}

  •  Home #: {{$student->home_no}}
  •  Cell #: {{$student->cell_no}}
  •  Postal Cdoe: {{$student->postal}}
  •  Address: {{$student->apart}} , {{$student->street}} , {{$student->city}}

This Month Attendance

34 Days

Fee Paid: $550

Grade: {{$student->registration->grade->name}}

Course: {{$student->registration->course->name}}

Student Information

Family Name : {{$student->family_name}}

Given Name : {{$student->given_name}}

Gender : {{$student->gender}}

DOB : {{$student->dob}}

Canadian Residency : {{$student->residency_proof}}

Canadian Status : {{$student->status_canada}}

Medical Allergy : {{$student->medical}}

OEN : {{$student->oen}}

School Information

Most Recent School : {{$student->name_school}}

Last Grade & Year Attended : {{$student->last_grade}} , {{$student->last_year}}

Address: {{$student->school_address}}

Contact # : {{$student->school_phone}}

Parent Information

Relationship: {{$student->parent->relationship}}

Name : {{$student->parent->name}}

Contact # : {{$student->parent->phone}}

@endsection @section( 'scripts' ) @endsection