logo
WELCOME
shadow
{{ config('app.name', 'Unicotaxi') }}
Hi {{ $user['user']['name'] }},
Your trip has been accepted and Driver will arrive to your location shortly.

Trip Details :
Trip ID: {{ $user['booking_id'] }}
Driver Name: ​{{ $user['provider']['name'] }}
Driver Mobile: {{ $user['provider']['mobile'] }}
Taxi Number: {{ $user['provider_service']['service_number'] }}

Thanks,
{{ config('app.name', 'Unicotaxi') }}
shadow
Copyright © {{ config('app.name', 'Laravel') }} , All rights reserved