@include('includes.head')
@include('includes.header') @include('includes.side-nav')
Property Management
Manage Property
Home
Property
Property
@include('includes.messages')
Property Management
Create Property Type
×
Add New
@csrf
Sl No
Property Type
Image
Status
Action
@foreach ($records as $record)
{{ $loop->iteration }}
{{ $record->name ?? '' }}
status ? 'checked' : '' }}>
{{-- Example: --}}
Edit Property Type
×
@csrf
Change Image
Current Image:
@endforeach
@include('includes.footer')
@include('includes.scripts')