@extends('layouts.admin')
@section('title', 'Transport Requests')
@section('content')
@php $currency = \App\Models\Hotel::query()->value('currency') ?? 'USD'; @endphp
| Guest | Service | Scheduled | Route | Status | |
|---|---|---|---|---|---|
| {{ $r->guest ? $r->guest->last_name : '—' }} | {{ ucfirst(str_replace('_',' ',$r->service_type)) }} | {{ $r->scheduled_at?->format('M j, Y H:i') }} | {{ Str::limit($r->pickup_location, 20) }} → {{ Str::limit($r->dropoff_location, 20) }} | View | |
| No requests | |||||