@extends('layouts.admin') @section('content')

Edit Property Feature

Back to List
@if($errors->any())
@endif
@csrf @method('PUT')
@endsection