@extends('layouts.app') @section('title', 'Add Mentorship Session') @section('content')

Add Session for {{ $activity->trainee->name }}

@csrf {{-- Session Number --}}
{{-- Session Theme --}}
{{-- Notes --}}
{{-- Action Points --}}
{{-- Mentor Signature --}}
{{-- Trainee Signature --}}
{{-- Lead Trainer Signature --}}
Back to Activity
@endsection