@extends('layouts.app') @section('title', 'Mentorship Activity Details') @section('content')
Mentor: {{ $mentorship->mentor->name }}
Start Date: {{ $mentorship->start_date->format('d/m/Y') }}
General Notes: {{ $mentorship->general_notes ?? '-' }}
No sessions logged yet.
@endif