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

{{ (!empty($amenity->id)) ? 'Update Amenity' : 'Create Amenity' }}

@csrf
Back
@endsection @section('script') @endsection