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

Create Hotel

{{ $organization->name }}

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