@can('reserved-property-payment-collection') @endcan @forelse ($booked_properties as $key=>$booked_property) @can('reserved-property-payment-collection') @endcan @empty @endforelse
# Booking Record Property Price PaymentsAction
{{($key+1) + ($booked_properties->currentPage() - 1)*$booked_properties->perPage()}} Booking Id: {{$booked_property->id}}
Status: {{ucwords(str_replace('_',' ',$booked_property->property->booking_status))}}
Date: {{$booked_property->created_at->format('d-m-Y h:i A')}}
Customer Name: {{$booked_property->user->name}}
Customer Name: {{$booked_property->user->phone}}
Name: {{$booked_property->property->name}}
Plot Number: {{$booked_property->property->plot_number}}
Plot Area: {{$booked_property->property->plot_area}} sqft. ({{$booked_property->property->plot_length}}X{{$booked_property->property->plot_breadth}})
Type: {{ucwords(str_replace('_',' ',$booked_property->property->properties_type))}}
Project: {{$booked_property->property->project->name}}
Phase: {{optional($booked_property->property->phase)->name}}
Price: ₹ {{$booked_property->property->expected_price}}
sqft. Price: ₹ {{$booked_property->property->price}}
Price: ₹ {{$booked_property->property->expected_price}}
Paid: ₹ {{$booked_property->installments_sum_amount}}
Commission: ₹ {{$booked_property->commissions_sum_commission_amount}}

Nothing Found


Showing {{($booked_properties->currentpage()-1)*$booked_properties->perpage()+1}} to {{(($booked_properties->currentpage()-1)*$booked_properties->perpage())+$booked_properties->count()}} of {{$booked_properties->total()}} Booked Properties

{!! $booked_properties->links() !!}