Received Booking Query
Hi,
Query for booking has been Received.
{{ $property->property_name }}
{{ $property->property_location }}
{{ amount_currency($property->offer_price) }} /Day
@if($property->discount_percentage>0)
{{ round($property->discount_percentage) }} % OFF
@endif
@if($property->discount_percentage>0)
{{ amount_currency($property->property_price)}} /Day
@endif
User Details
Name:
{{ $user->name }}
Mobile:
{{ $user->dial_code }} {{ $user->phone_number }}
Email:
{{ $user->email }}
Property Details
Property ID:
{{ $property->property_id }}
Property Type:
{{ $property->property_type }}
Property status:
{{ $property->property_status == 1 ? 'For Rent' : 'For Rent' }}
Bed rooms:
{{ $property->property_bedroom }}
Bath:
{{ $property->property_bathroom }}
Listing On:
{{ dateformat($property->property_created_date) }}
Property Price:
{{ amount_currency($property->offer_price) }} /Day
Thank You,
Team The Driver