@extends('layouts.app') @section('content')
Student Name:
{{$student->first_name}} {{$student->last_name}}
Current Class:
{{$current_promotion->schoolClass->class_name ?? 'N/A'}}
Current Section:
{{$current_promotion->section->section_name ?? 'N/A'}}
Current Session:
{{$current_promotion->schoolSession->session_name ?? 'N/A'}}