@extends('layouts.app') @section('title', 'Novo Hotel') @section('content')
@csrf @include('admin.hotels._form', ['submitLabel' => 'Criar Hotel'])
@endsection