| # | Booking Record | Property | Price | Payments | @can('booked-property-payment-collection')Action | @endcan|||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{($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 Number: {{$booked_property->user->phone}} Booked By: {{$booked_property->associate?->name}} |
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}}) Project: {{$booked_property->property->project->name}} Phase: {{optional($booked_property->property->phase)->name}} |
Price: ₹ {{$booked_property->property->final_price}} sqft. Price: ₹ {{$booked_property->property->price_per_sqft}} |
Price: ₹ {{$booked_property->property->final_price}} Paid: ₹ {{$booked_property->installments_sum_amount}} Due Amount: ₹ {{$booked_property->property->final_price - $booked_property->installments_sum_amount}} Commission: ₹ {{$booked_property->commissions_sum_commission_amount}} |
@can('booked-property-payment-collection')
{{-- --}}
{{-- --}}
{{-- --}}
|
@endcan
|||||
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