@can('booking-request-status-change') @endcan @forelse ($booking_requests as $key=>$booking_request) @can('booking-request-status-change') @endcan @empty @endforelse
# Property Type Project Phase Property Price Status Booking DateAction
{{($key+1) + ($booking_requests->currentPage() - 1)*$booking_requests->perPage()}} {{ucwords(str_replace('_',' ',$booking_request->property->properties_type))}} Name: {{$booking_request->property->project->name}}
Address: {{$booking_request->property->project->address}} {{$booking_request->property->project->city}}, {{$booking_request->property->project->state}}, {{$booking_request->property->project->country}},{{$booking_request->property->project->pincode}}
{{optional($booking_request->property->phase)->name}} Name: {{$booking_request->property->name}}
Plot Number: {{$booking_request->property->plot_number}}
Plot Area: {{$booking_request->property->plot_area}} sqft. ({{$booking_request->property->plot_length}}X{{$booking_request->property->plot_breadth}})
Price: {{$booking_request->property->expected_price}}
sqft. Price: {{$booking_request->property->price}}
{{ucwords(str_replace('_',' ',$booking_request->property->booking_status))}} {{$booking_request->created_at->format('d-m-Y h:i A')}} @if($booking_request->request_status == 'pending') @elseif($booking_request->request_status == 'confirm') {{ucfirst($booking_request->request_status)}} @elseif($booking_request->request_status == 'cancel') {{ucfirst($booking_request->request_status)}} @endif

Nothing Found


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

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