@extends('layouts.horizontal', ['title' => 'Services Dashboard', 'topbarTitle' => 'Services Dashboard']) @section('css') @vite([ 'node_modules/flatpickr/dist/flatpickr.min.css', 'node_modules/select2/dist/css/select2.min.css' ]) @endsection @section('content') @php $start_date = now()->subDays(30)->toDateString(); $end_date = now()->toDateString(); @endphp

Services Dashboard

{{-- Date Range: --}}
@can('Total_Invoiced_Visits')

Total Invoiced Visits

-

Loading...

@endcan @can('Total_Revenue')

Total Revenue

-

-

Loading...

@endcan @can('Repeat_Customers')

Repeat Customers

-

Loading...

@endcan @can('Customer_Satisfaction')

Customer Satisfaction

-

-

Loading...

@endcan
@can('Top_Service_Categories')
@endcan @can('Footfall_Heatmap')
Loading...
Loading footfall data...
@endcan
@can('Monthly_Performance')
{{--

Monthly Performance

--}}

Performance Overview

Past 31 Days

Visits

-

Services

-

Revenue

-

Balances

-

@endcan @can('Top_Performing_Staff')

Top Performing Staff

Current Month

Loading...
Loading...
Loading staff performance...
@endcan
@can('Top_Customers')

Top Customers

Past 3 Months

Customer Phone Visits Revenue Balance Last Visit
Loading...
Loading top customers...
@endcan @can('Yearly_Sale_Comparison')

Total Service Revenue This Year

-

@endcan

Monthly Service Collection Breakup

Date Range:

@endsection @section('scripts') @endsection