@extends('admin::layouts.master') @section('title', 'Dashboard') @section('content')
{{ $stats['users'] }}
{{ $stats['products'] }}
{{ $stats['categories'] }}
{{ $stats['orders'] }}
{{ $stats['pending_orders'] }}
{{ $stats['paid_orders'] }}
€{{ number_format($stats['revenue'], 2) }}
{{ $stats['cart_items'] }} / {{ $stats['basket_items'] }}
{{ $stats['payment_methods'] }}
{{ $stats['save_the_food'] }}
{{ $stats['weekly_specials'] }}