{{ __('Booking Details') }}
{{ __('Date : ') }}{{ \Carbon\Carbon::parse($rideHistory->from_date)->format('jS F Y h:i:s A') }}
{{ __('Booking# : ') }}{{ $rideHistory->id }}
{{-- --}}
{{-- --}}
@error('driver_phone')
{{ $message }}
@enderror
{{-- --}}