@extends('backEnd.layouts.master') @section('title', 'Dashboard') @section('css') @endsection @section('content')
| Order ID | Customer Entity | Total Bill | Payment Status | Timestamp | Actions |
|---|---|---|---|---|---|
| #{{$order->invoice_id}} |
{{ substr($order->customer ? $order->customer->name : 'G', 0, 1) }}
{{$order->customer ? $order->customer->name : 'Guest User'}}
|
৳{{number_format($order->amount)}} | {{$order->order_status}} | {{$order->created_at->format('M d, g:i A')}} |