{{ $serial }} |
{{ $data->passenger_name }} |
{{ $data->passport_no }} |
{{$data->phone_number}} |
{{$data->departure_date}} |
{{-- 19-07-2023 | --}}
{{ $data->tranaction_no ?? null }} |
{{$data->invoice_no?? "not regestered"}} |
@if($data->status == 2)
Success
@else
Pending
@endif
|
@endforeach