Trip Routing

@foreach ($btr?->TripRouting as $item) @endforeach
From To Trip Class Flight Date Note
{{ $item->trip_from ?? '-' }} {{ $item->trip_to ?? '-' }} {{ $item->classTrip?->name ?? '-' }} {{ $item->flight_date ? \Carbon\Carbon::parse($item->flight_date)->format('d F Y') : '-' }} {{ $item->comments ?? '-' }}