@include('includes.head')
@include('includes.header') @include('includes.side-nav')
Property Management
Manage Property
Home
Property
Property
@include('includes.messages')
Property Management
@csrf
{{-- Show validation errors --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Name
Type
Select Type
@foreach ($types as $type)
id ? 'selected' : '' }}> {{ $type->name }}
@endforeach
Property For
Select
Rent
Sale
Mortgage
Price
Price Break
Select
Monthly
Yearly
One Time
BHK
Select Bhk
@foreach ($bhks as $city)
{{$city->name}}
@endforeach
City
Select City
@foreach ($citys as $city)
{{$city->name ??""}}
@endforeach
Address
{{ old('address') }}
Year Built
Postal Code
Property Sqft
Land Sqft
How Many Bedrooms
How Many Bathrooms
How Many Kitchens
How Many Garage
Video Link
Map Link
@php $nearby = [ 'school', 'college', 'grocery_center', 'market', 'hospital', 'nursinghome', 'rail_station', 'metro_station', 'main_road', 'bus_stand', 'sea', 'river', ]; @endphp @foreach ($nearby as $place)
Near by {{ ucwords(str_replace('_', ' ', $place)) }} (KM / Meters)
@endforeach
Details