{{-- Booking Successful --}}
Hi {{ $insert->customer->firstname ?? '' }} {{ $insert->customer->lastname ?? '' }},
We are pleased to inform you that your booking has been successfully completed. Please find your booking details below:
- Booking Date: {{ $insert->booking_date ?? '' }}
- Booking ID: {{ $insert->file_no ?? '' }}
- Project Name: {{ $insert->project->project_name ?? '' }}
- Plot No: {{ $insert->plot->plot_no ?? '' }}
- Block: {{ $insert->block->block_name ?? '' }}
- Road No: {{ $insert->road->road_name ?? '' }}
- Plot Type: {{ $insert->type->type_name ?? '' }}
- Plot Size: {{ $insert->plot->plot_size ?? '' }} Katha
- Plot Facing: {{ $insert->plot->plot_facing ?? '' }}
- Total Price: {{ number_format($insert->plot_price) ?? '' }} BDT
If you have any questions or need further assistance, please feel free to contact us. We are always happy to help.
Thank you for choosing, Digital Residence Team
|