@extends('layouts.adminlayout') @section('content')
Dashboard
Registered Customers
Total Registered Customers
{{$activeCustomers}}
Customers registered this month
{{$thisMonthactiveCustomers}}
{{--
Feedback
{{$feedBack}}
Enquiries
{{$totalContactUs}}
--}}
Products listed on website
Total Products
{{$totalProducts}}
Active Products
{{$activeProducts}}
Inactive Products
{{$inActiveProducts}}
{{--
Total Blogs
{{$totalBlogs}}
Active Blogs
{{$activeBlogs}}
InActive Blogs
{{$inActiveBlogs}}
--}}
Order Requests
Total Order Requests
{{$totalRequests}}
Pending Order Requests
{{$pendingRequests}}
Approve Order Requests
{{$approveRequests}}
Declined Order Requests
{{$declineRequests}}
@endsection