@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.

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

Room Specifications & Parent Mapping

Room Visuals & Gallery Multi-Uploads

Click or drag multiple bedroom layout images here...

Specific In-Room Amenities

@endsection