@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('breadcrumb', '') @section('content')
Orders
+{{ $currentMonthOrderPercentage }}%

{{ $totalBookings }}

Total Orders

+{{ $currentMonthOrders }} this month
Revenue
+{{ $thisMonthRevenuePercentage }}%

৳{{ $totalRevenue }}

Total Revenue

+৳{{ $thisMonthRevenue }} this month
Customers
+1{{ $newCustomersPercentage }}%

{{ $totalCustomers }}

Active Customers

+{{ $newCustomers }} new customers
Pending
-{{ $pendingPaymentPercentage }}%

{{ $pendingPayments }}

Pending Payments

Requires attention
@can('booking-list')

Ongoing On Going Bookings

@include('admin.dashboard.partials.ongoing-bookings')

Upcoming Upcoming Bookings

@include('admin.dashboard.partials.upcoming-bookings')
@endcan @can('service-request-list')

Custom Custom Package/Services Request

{{-- Type filter DropDown --}}
@include('admin.dashboard.partials.custom-package-and-service-request')
@endcan @endsection