@extends('layouts.app') @section('content')
{{ isset($amenity) ? 'Edit Amenity' : 'Create Amenity' }}
Back
@include('partials.errors')
@csrf @if (isset($amenity)) @method('PUT') @endif
@endsection