@extends('admin.layout.template') @section('title', 'Order List') @section('content')
{{-- Total Orders --}}

Total Orders

{{ $counts['total'] }}

{{-- Placed --}}

Order Placed

{{ $counts['placed'] }}

{{-- Processing --}}

Processing

{{ $counts['processing'] }}

{{-- Cancelled --}}

Cancelled

{{ $counts['cancelled'] }}

{{-- Shipped --}}

Shipped

{{ $counts['shipped'] }}

{{-- Returned --}}

Returned

{{ $counts['returned'] }}

{{-- Refund --}}

Refund

{{ $counts['refund'] }}

{{-- Delivered --}}

Delivered

{{ $counts['delivered'] }}

Filter Data

SLNO Order ID Created at Customer Total Payment Status Location Delivery Number Order Status Action
@endsection