@extends('layouts.app') @section('content')

Dashboard

£
Warning: Undefined variable $earning in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 32

This Month Sales


Warning: Undefined variable $totalOrders in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 50

Pending Order


Warning: Undefined variable $totalSellers in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 68

TOTAL VENDORS


Warning: Undefined variable $totalCustomers in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 86

TOTAL CUSTOMERS

Filter Order by Date

@csrf

Recent Orders


Warning: Undefined variable $recentOrders in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 133

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/dashboard.blade.php on line 133
Order Number User Store Total Amount Status Date Action
@if($recentOrders instanceof \Illuminate\Pagination\LengthAwarePaginator ) {{$recentOrders->links()}} @endif
@endsection