@extends('adminlte::page') @section('title', 'Confirmation List') @section('content_header')
| ID | Title | Reference No. | Template Type | {{--Created By | Created At | --}}Actions |
|---|---|---|---|---|---|---|
| {{ $confirmation->id }} | {{ $confirmation->title }} | {{ $confirmation->header }} | @if ($confirmation->template_type == 'arrival_transfer') Transfer (Arrival / Departure) @elseif ($confirmation->template_type == 'flight') Flight Quote @else {{ ucwords(str_replace('_', ' ', $confirmation->template_type)) }} @endif | {{--{{ $confirmation->creator->name ?? 'N/A' }} | {{ $confirmation->created_at->format('d M Y') }} | --}}Edit Download Pdf {{-- --}} |
| No confirmations found. | ||||||