@extends('layouts.app') @section('title', $trainingPlan->title) @section('content')
{{ $trainingPlan->reference_number }}
{{ $trainingPlan->description }}
{{ ucfirst(str_replace('_', ' ', $trainingPlan->training_type)) }}
{{ ucfirst($trainingPlan->delivery_method) }}
{{ $trainingPlan->planned_start_date->format('M j, Y') }}
{{ $trainingPlan->planned_end_date->format('M j, Y') }}
{{ $session->scheduled_start->format('M j, Y g:i A') }}
Schedule training sessions for this plan.
@if($trainingPlan->status === 'approved') Schedule Session @endifInstructor
{{ $trainingPlan->instructor->name }}
Estimated Cost
${{ number_format($trainingPlan->estimated_cost, 2) }}