@extends('layouts.app') @section('title') {{'Welcome'}} @endsection @section('content')

Total Active Bookings

{{@$totalBookings}}

Todays Active Bookings

{{@$todaysBookings}}

Total Appointments

{{@$totalAppointments}}

Todays Appointments

{{@$todaysAppointments}}

Most Booked Service & Booking Count

@if(!empty($mostusedServiceName)){{ucfirst($mostusedServiceName)}} - @endif{{$serviceCount}}

Second Most Booked Service & Count

@if(!empty($SecondMostusedServiceName)) {{ucfirst($SecondMostusedServiceName)}} - @endif{{$secondMostUsederviceCount}}

Most Booked Doctor & Booking Count

@if(!empty($mostusedDoctorName)){{ ucfirst($mostusedDoctorName)}} - @endif {{$mostBookedDoctor}}

Second Most Booked Doctor & Booking Count

@if(!empty($SecondMostusedDoctoreName)) {{ucfirst($SecondMostusedDoctoreName)}} - @endif {{$secondMostBookedDoctor}}

Service Booking Chart

Hotel Room Booking Chart

@endsection @section('style') @endsection @section('script') @endsection