@extends('layouts.authenticated') @section('title', 'Edit Hotel | HMS') @section('page-title', 'Edit Hotel') @section('content')

Edit Hotel

{{ $organization->name }} / {{ $hotel->name }}

@csrf @method('PUT') @include('hotels.partials.form', ['organization' => $organization, 'hotel' => $hotel])
@endsection