@extends('rental-company.layout.master') @section('title', __('admin.orders_to_assign')) @section('content')
| # | {{ __('admin.userPhone') }} | {{ __('admin.bookingType') }} | {{ __('admin.category') }} | {{ __('admin.amount') }} | {{ __('admin.type') }} | {{ __('admin.action') }} |
|---|---|---|---|---|---|---|
| {{ $order->identification_number ?? $order->id }} | {{ $order->user?->phone }} | {{ __($order->booking_type) }} | {{ $order->category?->name }} | {{ $order->total_amount }} | {{ ucfirst($order->type) }} | {{-- ✅ Go to the dedicated assign page --}} {{ __('Assign to Driver') }} |