@extends('layouts.master') @section('body_id', 'vendor_add_room_page') @section('content') @include('frontend.vendor.partials.sidebar') Add New Room Layout Configure inventory stock layers, price per night grids, and property room specifications. Back to List @csrf @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Room Specifications & Parent Mapping Select Parent Property * -- Select Registered Hotel -- @foreach($hotels as $hotel) id ? 'selected' : '' }}>{{ $hotel->hotel_name }} ({{ $hotel->city }}) @endforeach Room Type / Class Designation * Base Price / Night (INR) * Total Rooms In Inventory * Max Guest Capacity * Room Infrastructure Description (Optional) Room Visuals & Gallery Multi-Uploads Select Room Images (Multi-select array segment queue, Max 10MB each - JPEG, PNG, WEBP) Click or drag multiple bedroom layout images here... Select Room Status * -- Select Status -- Available Not Available Under Maintenance Specific In-Room Amenities Air Conditioning LED Smart TV Attached Bath Geyser/Hot Water Mini Fridge Kettle Set Locker Safe Balcony View @endsection
Configure inventory stock layers, price per night grids, and property room specifications.
Click or drag multiple bedroom layout images here...