@extends('admin.layout.main') @section('content')
Total Customers

Total number of registered customers.

Total Bookings

Total number of booking placed.

Total Coupons

Total number of coupons

Customer, Booking, and Coupon Data
{{ __('Sl. No.') }} {{ __('Service') }} {{ __('Booking Ref ID') }} {{ __('Booking Status') }} {{ __('PNR') }} {{ __('Ticket Number(s)') }} {{ __('System Ref ID') }} {{ __('Supplier') }} {{ __('Booking Amount') }} {{ __('Cancelled Amount') }} {{ __('Refund Amount') }} {{ __('Is Guest') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Description') }} {{ __('Booking Date') }} {{ __('PNR Number') }} {{ __('Action') }}
@endsection @section('js') @append