@extends('layouts.master')
@section('title')
Profession
@endsection
@section('content')
Number of Professionls
By City
Number of Professionls
By State
{{$loggedInUserCount}}
Number of Logged in Users
{{$loggedInProfessionalCount}}
Number of Logged in Professional
{{$bookingArrayforCancelCount}}
Number of Cancelled Booking
{{$bookingArrayforCompletedCount}}
Number of Completed Booking
{{$bookingArrayforUpcomingCount}}
Number of Upcoming Booking
{{$bookingArrayforTodayCount}}
Number of Today's Booking
@endsection
@section('scripts')
@endsection