@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('breadcrumb', '') @section('content')
Tours
+{{ $activeTours }}

{{ $totalBookings }}

Tours Assigned

{{ $activeTours }} active tours
Customers
+{{ $customersGuidedThisMonth }}

{{ $totalCustomersGuided }}

Customers Guided

This month: {{ $customersGuidedThisMonth }}
Upcoming Tours

{{ $upcomingTours }}

Upcoming Tours

Next: {{ $nextTourTime }}
@can('booking-list')

Ongoing On Going Bookings

@include('admin.dashboard.partials.ongoing-bookings')
@endcan @can('booking-list')

Upcoming Upcoming Bookings

@include('admin.dashboard.partials.upcoming-bookings')
@endcan @endsection