@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 Property Type Image Status Action
{{ $loop->iteration }} {{ $record->name ?? '' }} Property Image {{-- Example: --}}
@include('includes.footer')
@include('includes.scripts')