| |
|
BRIK itt
Dear Team,
The following client initiated a booking on our portal but failed in the payment process. Kindly reach out to them for assistance or follow-up.
Details
{{--
| Property |
Name |
Email |
Phone |
Address |
@foreach($incomplte_bookings as $invest_booking)
|
{{$invest_booking->invest_property_detail ? $invest_booking->invest_property_detail->invest_portal_display_name: ''}}
|
{{$invest_booking->name}} |
{{$invest_booking->email}} |
{{$invest_booking->country_code}} {{$invest_booking->phone}} |
{{$invest_booking->city}} ( {{$invest_booking->state}} ) PIN - {{$invest_booking->pin}} |
@endforeach
--}}
| Property |
Name |
Email |
Phone |
Address |
@foreach($incomplte_bookings as $invest_booking)
| {{$invest_booking->invest_property_detail ? $invest_booking->invest_property_detail->invest_portal_display_name: ''}} |
{{$invest_booking->name}} |
{{$invest_booking->email}} |
{{$invest_booking->country_code}} {{$invest_booking->phone}} |
{{$invest_booking->city}} ( {{$invest_booking->state}} ) |
@endforeach
|
|
|