@extends('layout2.clim.admin-header') @section('content')
| Order # | Customer | Total | Status | Date | Actions |
|---|---|---|---|---|---|
| {{ $order->order_number }} |
{{ $order->customer_name }} {{ $order->customer_phone }} |
Tk {{ number_format($order->total, 2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('d M Y') }} | View |