@extends('admin::layouts.master') @section('title', 'Dashboard') @section('content')

Dashboard

Users

{{ $stats['users'] }}

Products

{{ $stats['products'] }}

Categories

{{ $stats['categories'] }}

Total Orders

{{ $stats['orders'] }}

Pending Orders

{{ $stats['pending_orders'] }}

Paid Orders

{{ $stats['paid_orders'] }}

Revenue

€{{ number_format($stats['revenue'], 2) }}

Cart / Basket Items

{{ $stats['cart_items'] }} / {{ $stats['basket_items'] }}

Payment Methods

{{ $stats['payment_methods'] }}

Save The Food

{{ $stats['save_the_food'] }}

Weekly Specials

{{ $stats['weekly_specials'] }}

Quick Actions

@endsection