@extends('admin.layouts.app') @section('title', 'Monthly Delivered Orders') @section('content')
| Order # | Customer | Amount | Status | Date | Actions | |
|---|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer_name }} | {{ $order->customer_email }} | {{ format_price($order->total_amount) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('d M Y') }} | View |
No delivered orders found for {{ \Carbon\Carbon::create()->month((int) $month)->format('F') }} {{ $year }}
{{ format_price($totalAmount) }}
{{ format_price($yearTotalAmount) }}