@extends('layouts.adminlayout') @section('content')
Dashboard
{{--
Total
--}}
Registered Customers
Total Registered Customers
{{$activeCustomers}}
Customers registered this month
{{$thisMonthactiveCustomers}}
Products listed on website
Total Products
{{$totalProducts}}
Active Products
{{$activeProducts}}
Inactive Products
{{$inActiveProducts}}
Orders listed on website
Total Orders
{{$totalOrders}}
Pending Orders
{{$pendingOrders}}
Accepted Orders
{{$acceptedOrders}}
Packed Orders
{{$packedOrders}}
Delivered Orders
{{$deliveredOrders}}
Cancelled Orders
{{$cancelledOrders}}
Registered Missions
Total Registered Missions
{{$activeMissions}}
Missions registered this month
{{$thisMonthactiveMissions}}
Registered Events
Total Registered Events
{{$activeEvents}}
Events registered this month
{{$thisMonthactiveEvents}}
Registered Prayers
Total Registered Prayers
{{$activePrayers}}
Prayers registered this month
{{$thisMonthactivePrayers}}
@endsection