@extends('admin.business.layouts.app') @push('css') @endpush @section('content')
@if ($errors->any())
There were some problems with your input:
@endif @include('admin.components.response')

Add Hotel

Let's add a new hotel in the business group

@csrf
Hotel Details
Hotel Overview
Hotel Policies
Location Details Are you filling for:
Hotel Amenities
Hotel Policies
Room Details

Room 1

Hotel and Room Images
@endsection @push('js') @endpush