| Mentor | {{ $mentorship->mentor->name ?? '-' }} | Role | {{ ucfirst(optional($mentorship->mentor)->role ?? 'N/A') }} |
|---|---|---|---|
| Trainee | {{ $mentorship->trainee->name ?? '-' }} | Session Date | {{ optional($mentorship->date)->format('d-m-Y') ?? '-' }} |
| Session Number | {{ $mentorship->session_number ?? '-' }} | Session Name | {{ $mentorship->session?->first()?->name ?? $mentorship->sessionName() }} |
| Discussion Points | {{ $mentorship->discussion_points ?? '-' }} |
|---|---|
| Progress Notes | {{ $mentorship->progress_notes ?? '-' }} |
| Next Steps | {{ $mentorship->next_steps ?? '-' }} |
| Description | Mentees Met | Unit Amount (KSh) | Subtotal (KSh) |
|---|---|---|---|
| Rate per Meeting | {{ $numberOfMentees }} | {{ number_format($ratePerMeeting, 2) }} | {{ number_format($numberOfMentees * $ratePerMeeting, 2) }} |
| Transport per Youth | {{ $numberOfMentees }} | {{ number_format($transportPerYouth, 2) }} | {{ number_format($numberOfMentees * $transportPerYouth, 2) }} |
| Total Payable | {{ number_format($payment->total_payable ?? $totalAmount, 2) }} | ||
| Payment Date | {{ optional($payment->session_date)->format('d-m-Y') ?? '-' }} | ||
Payment information not recorded.
@endif| Mentor | {{ $mentorship->mentor->name ?? '-' }} | Trainee | {{ $mentorship->trainee->name ?? '-' }} |
|---|
| Youth Name | Rating | What I Learned | Areas to Improve |
|---|---|---|---|
| {{ $feedback->trainee?->name ?? '-' }} | {{ $feedback->rating ?? '-' }} | {{ $feedback->what_learned ?? '-' }} | {{ $feedback->areas_to_improve ?? '-' }} |