@extends('layouts.app') @section('content')
Edit Property
Back to Properties
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Please enter a property name.
Please enter a city.
Please select a property type.
Please enter a number between 1 and 12.
Cancel
@push('scripts') @endpush @endsection