@extends('layouts.app') @section('content')
Overview of {{ Auth::user()->shop->shop_name }}
| Order ID | Customer | Total | Status | Date | |
|---|---|---|---|---|---|
| #{{ $order->order_number }} | {{ $order->buyer->name }} | ${{ $order->total }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M d') }} | Details |