@extends('layouts.app') @section('content')
{{ $training->summary }}
{{ $training->duration }} day{{ $training->duration !== 1 ? 's' : '' }}
{{ $training->start_date->format('M d, Y') }}
to {{ $training->end_date->format('M d, Y') }}
{{ $training->location }}
{{ $training->creation_date->format('M d, Y') }}
{{ $training->trainer_name }}
{{ $training->supervisor_name }}
{{ count($training->participants ?? []) }} / {{ $training->expected_participants }}
{{ $training->course_outline }}
| # | Name | Unit | Branch |
|---|---|---|---|
| {{ $index + 1 }} | {{ $officer->first_name }} {{ $officer->surname }} | {{ $officer->unit }} | {{ $officer->branch->name }} |
{{ $training->remarks }}