@extends('layouts.admin.app') @push('styles') @endpush @section('title') Dashboard @endsection @section('content')

Default

{{ $total_book_count }} Total Booking
{{ $today_book_count }} Today Booking
{{ $cus_count }} Number of players
{{ $mem_count }} Membership Players
{{ $total_booking_revenue }} Total Revenue
{{ $today_booking_revenue }} Today Revenue
{{ $today_coaching_revenue }} Coaching Revenue
{{ $today_complaint_count }} No of Complaint
{{ $current_month_revenue }}
Past Month ₹ {{ $past_month_revenue }}
{{ $cus_count / 1000 }}k Total Customers
Latest Customers
@foreach ($last_5_cus as $_data)
Pic
@endforeach +{{ $cus_count - 5 }}
{{ $total_booking_revenue }}
Total Sales
{{ getSetting('roi') - $total_booking_revenue }} to Goal {{ round(($total_booking_revenue / getSetting('roi')) * 100) }}%

Top Booking Sports

Today Booking

@foreach($latest_book as $_data) @endforeach
Name Date Sports Court Slots Status
{{$_data->Player->name}} {{$_data->date}} {{$_data->sports}} {{$_data->court}} @foreach($_data->timings as $_data1) {{ $_data1['start_time']."-".$_data1['end_time']; }}
@endforeach
{{$_data->booking_status}}
@endsection @push('scripts') @endpush