@extends('admin.layouts.admin') @section('title','Driver Profile') @section('page-title','Driver Profile') @section('content')
| # | Status | Total | Date |
|---|---|---|---|
| #{{ $order->id }} | {{ ucfirst($order->status) }} | LKR {{ number_format($order->total,2) }} | {{ $order->created_at->format('d M Y') }} |
| No orders found | |||