@extends('frontend.provider.app') @section('seo_title', 'My Service Bookings') @push('styles') {{-- You can add specific styles if needed --}} @endpush @section('content')
@include('provider.partials.sidebar')
{{__('New Bookings')}}
{{__('ID')}} {{__('Booking Date')}} {{__('Service')}} {{__('Amount')}} {{__('payment_method')}} {{__('Customer')}} {{__('Service Date')}}
{{__('Loading')}}
@endsection @push('scripts') @endpush