Performance Report

{{ $performanceReport->student->first_name . $performanceReport->student->last_name ?? 'Student Name' }}

Age:{{ $performanceReport->student->age ?? '-' }}
Nationality:{{ $performanceReport->student->nationality->name ?? '-' }}
Program:Demo
Suggested Level:{{ $performanceReport->suggested_levels ?? '-' }}
Suggested Band:{{ $performanceReport->suggested_band ?? '-' }}
Date:{{ $performanceReport->created_at?->format('d/m/Y') ?? '-' }}

Current Skills

Objectives

Signature: {{ $performanceReport->teacher->first_name . $performanceReport->teacher->last_name ?? '________________' }}