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

Property Management Manage Property

@include('includes.messages')

Property Management

@csrf
{{-- Show validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@php $nearby = [ 'school', 'college', 'grocery_center', 'market', 'hospital', 'nursinghome', 'rail_station', 'metro_station', 'main_road', 'bus_stand', 'sea', 'river', ]; @endphp @foreach ($nearby as $place)
@endforeach