@extends('layouts.app') @section('title', 'Orders') @section('page-title', 'Orders') @section('breadcrumb', 'Sales & Orders') @section('content')
| Order # | Customer | Items | Total | Status | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->user?->name }} | {{ $order->items->count() }} | ₹{{ number_format($order->total, 0) }} | {{ $order->created_at->format('M d, Y') }} | Invoice View |