@extends('frontend.theme_2.app') @section('title', 'Customer Booking Upcoming') @push('styles') @endpush @section('content')
@include('frontend.pages.customer.sidemenu')

{{ __('my_upcoming_bookings') }}

{{-- Filters can be implemented later if needed --}}
@endsection @push('scripts') {{-- SweetAlert for better notifications --}} {{-- Bootstrap DateTimePicker JS --}} @endpush