@extends('vendor.layout.master') @section('content') @section('dashboard', 'active') @section('title', 'Dashboard')

Confirm Appointments

{{ $booking_confirm_count }}

Cancelled Appointments

{{ $booking_cancel_count }}

Completed Appointments

{{ $booking_completed_count }}

Pending Appointments

{{ $booking_pending_count }}

Registered Services

{{ $service_count }}

Registered Clients

{{ $client_count }}
@endsection @push('script') @endpush