@include('includes.head')
@include('includes.header') @include('includes.side-nav')

Property Management Manage Property

@include('includes.messages')

Property Management

@foreach ($records as $record) @endforeach
Sl No Name Property Type Property For Price Location Status Image Upload Features Upload Action
{{ $loop->iteration }} {{ $record->name ?? '' }} {{ $record->property_types->name ?? '' }} @if ($record->property_for_id == 1) Rent @else Sale @endif ₹ {{ $record->price ?? '0' }} / @if ($record->price_break_id == 1) Monthly @elseif ($record->price_break_id == 2) Yearly @elseif ($record->price_break_id == 3) One Time @else N/A @endif BHK : {{ $record->bhk->name ??"" }}
City : {{ $record->city->name ??"" }}
Full Address : {{ $record->address }}
{{-- Example: --}}
@include('includes.footer')
@include('includes.scripts')