@extends('admin.layouts.home.main') @section('styles') @endsection @section('main')
{{ $label }} | @elseif($key === 'vehicle')
{{ $label }}
@if ($currentOrderBy == 'vehicle')
|
@else
{{ $label }}
@if ($currentOrderBy == $key)
|
@endif
@endforeach
|||||||
---|---|---|---|---|---|---|---|---|---|
ID {{ $sh->admin_shipment_id }} |
{{ optional($sh->admin)->name ?? '—' }}
{{ optional($sh->admin)->email ?? '' }}
|
{{ optional($sh->vehicle)->license_plate ?? '—' }} | @php $badgeClass = match ($sh->status) { 'active' => 'active', 'canceled' => 'canceled', 'loading delayed', 'unloading delayed' => 'loading', 'ready to load', 'ready to unload' => 'ready', default => '', }; @endphp {{ ucwords($sh->status) }} | {{ $sh->destination }} | {{ Str::limit($sh->basic_info, 25) }} | {{ \Carbon\Carbon::parse($sh->start_date)->format('Y-m-d') }} | {{ $sh->created_at ? $sh->created_at->format('Y-m-d') : '—' }} | ||
No admin shipments found. |
ID: {{ $sh->admin_shipment_id }}
Admin: {{ optional($sh->admin)->name ?? '—' }}