@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. Back to List @csrf @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Basic Property Information Official Hotel Name * State / Region * -- Select State -- @foreach($states as $state) state_name ? 'selected' : '' }}>{{ $state->state_name }} @endforeach City / Location * -- Select State First -- Complete Physical Address * Google Map Embed URL (Optional) How to get this? Go to Google Maps -> Share -> Embed a map -> Copy only the src="..." web address link. Property Description (Highly Recommended) {{ old('description') }} Property Media & Display Uploads Primary Cover Image * (Max 2MB - JPEG, PNG, WEBP) Click or drag your main hotel display image here... Property Gallery Images (Optional - Multi-select, Max 2MB each) Click or drag multiple gallery images here... Available Amenities & Facilities Free Wi-Fi Air Conditioning Breakfast Pool Free Parking Room Service Power Backup CCTV Camera @endsection
Register a new branch or accommodation property onto the global listing index.
src="..."
Click or drag your main hotel display image here...
Click or drag multiple gallery images here...