@extends('admin.layout.master') @section('title', 'Edit Property') @section('content')

Edit Property

Back to Properties
@if ($errors->any())
@endif
@csrf @method('PUT')
@if ($property->image)
Property Image
@endif Leave blank to keep existing image.
@endsection