@extends('layouts.app') @section('title', 'Assess – ' . $student->name) @section('content') @php $profile = $student->studentProfile; @endphp {{ $student->name }} {{-- ── Who / what ─────────────────────────────────────────────────────── --}}