@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content') Name: {{ $student->first_name . ' ' . $student->last_name }}| Last Name | First Name | School | Position | Phone | |
|---|---|---|---|---|---|
| {{ $contact->last_name }} | {{ $contact->first_name }} | {{ optional($contact->school)->name ?? 'N/A' }} | {{ optional($contact->position)->position ?? 'N/A' }} | {{ $contact->email }} | {{ $contact->formattedPhone() }} |
@if($student->enrollments->count() == 0) @endif
@endsection @section('page-js') @endsection