@extends('layouts.master') @section('title', 'Dashboard') @section('content')

Dashboard

@if(\Gate::allows('Show Dashboard Albazai'))

{{ $countOfAdmin ?? 0 }}

Admins

{{ $countOfCategory ?? 0 }}

Category

{{ $countOfSubCategory ?? 0 }}

Sub Category

{{ $countOfService ?? 0 }}

Service
Statistics Leads Of Booking
{{ $equationBookingPending }}

Pending Offer Booking

{{ $equationBookingContacted }}

Confirmed Offer Booking

{{ $equationBookingNotContacted }}

Not Confirmed Offer Booking

{{ $equationContactPending }}

Pending Service Booking

{{ $equationContactContacted }}

Confirmed Service Booking

{{ $equationContactNotContacted }}

Not Confirmed Service Booking

Doughnut Chart to leads of Shopping Tools

@endif
@endsection @push('js') @endpush