@extends('layouts.master') @section('body_id', 'vendor_add_hotel_page') @section('content')
@include('frontend.vendor.partials.sidebar')

Add New Hotel Property

Register a new branch or accommodation property onto the global listing index.

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Basic Property Information

How to get this? Go to Google Maps -> Share -> Embed a map -> Copy only the src="..." web address link.

Property Media & Display Uploads

Click or drag your main hotel display image here...

Available Amenities & Facilities

@endsection