@canany(['property-edit','property-delete','property-duplicate']) @endcanany @forelse ($properties as $key=>$property) booking_status == 'available') class="bg-success" @elseif($property->booking_status == 'booked') class="bg-danger" @elseif($property->booking_status == 'reserved') class="bg-warning" @endif> @canany(['property-edit','property-delete','property-duplicate']) @endcanany @empty @endforelse
# Project Property Detail Booking Record StatusAction
{{($key+1) + ($properties->currentPage() - 1)*$properties->perPage()}} Name: {{$property->project->name}}
Phase: {{$property->phase?->name}} @if($property->featuers)
Feature: @foreach ($property->featuers as $featuer) {{App\Models\Admin\Feature::where('id',$featuer)->first()?->name}} @if(!$loop->last),@endif @endforeach
@endif
Name: {{$property->name}}
Plot Number: {{$property->plot_number}}
Plot Area: {{$property->plot_area}} sqft. ({{$property->plot_length}}X{{$property->plot_breadth}})
Price: @if($property->base_price != $property->final_price) ₹ {{$property->base_price}} @endif ₹ {{$property->final_price}}
Rate: {{$property->price_per_sqft}}
@if($property->booking_status == 'available') Not Book @else Customer Name:
Associate Name (with Rank):
Paid Amount:
@endif
Booking Status: {{ucwords(str_replace('_',' ',$property->booking_status))}}
@if($property->is_status == '1') Active @else Inactive @endif
@if($property->book_status == '1') Available for booking @else Not Available for booking @endif
@if($property->associate_status == '1') Visible to Associate @else Not Visible to Associate @endif
@can('property-edit') @endcan @can('property-duplicate') @endcan @can('property-delete') {{--
@method('DELETE') @csrf
--}} @endcan

Nothing Found


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

{!! $properties->appends(['search_key'=>$search_key,'search_project'=>$search_project,'search_price'=>$search_price,'search_bedroom'=>$search_bedroom,'search_room_type'=>$search_room_type,'search_city'=>$search_city,'search_property'=>$search_property])->links() !!}