@extends('backend.layouts.master') @section('title', __('static.report.booking_reports')) @push('style') @endpush @use('App\Enums\PaymentStatus') @use('App\Helpers\Helpers') @php $providers = Helpers::getAllProviders(); $users = Helpers::getAllUsers(); $bookingStatus = Helpers::getBookingStatus(); $PaymentMethodList = Helpers::getPaymentMethodList(); $paymentStatus = PaymentStatus::ALL; $services = Helpers::getAllServices(); $paymentMethodColorClasses = Helpers::getPaymentStatusColorClasses(); @endphp @section('content')
@method('POST') @csrf

{{ __('static.report.filter') }}

{{ __('static.report.booking_reports') }}

{{ __('static.report.booking_number') }} {{ __('static.report.provider') }} {{ __('static.report.user') }} {{ __('static.report.booking_status') }} {{ __('static.report.payment_method') }} {{ __('static.report.payment_status') }} {{ __('static.report.service') }} {{ __('static.report.amount') }}
@endsection @push('js') @endpush