@extends('admin.layouts.layouts') @section('title', 'Details | Travel Desk') @section('page-css') @endsection @section('content')
| Start Date | End Date | Purpose | Name Of Destination | @if ($showDetails->destination_type == 'National')State | District | Sub District | City | @elseCountry | @endifRemark | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ date('d-m-Y', strtotime($travelDetail->start_date)) }} | {{ date('d-m-Y', strtotime($travelDetail->end_date)) }} | {{ $travelDetail->purpose?->name }} | {{ $travelDetail->destination_name }} | @if ($showDetails->destination_type == 'National'){{ $travelDetail->stateDetail?->state_name ?? '' }} | {{ $travelDetail->districtDetail?->district_name ?? '' }} | {{ $travelDetail->subDistrictDetail?->sub_district_name ?? '' }} | {{ $travelDetail->cityDetail?->city_name ?? '' }} | @else{{ $travelDetail->countryDetail?->country_name ?? '' }} | @endif{{ $travelDetail->remark }} | |
| No Records Found | ||||||||||
| # | Status | Remark | Action Date | Action By | Attachment |
|---|