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

Service Booking

This view is loaded from module: Service Booking

{{ $countServiceContact ?? 0 }}

Total Booking

{{ $countServiceContactNotContacted ?? 0 }}

Not Confirmed

{{ $countServiceContactContacted ?? 0 }}

Confirmed

{{ $countServiceContactPending ?? 0 }}

Pending
@endsection