@extends('layouts.app') @section('title', 'Add Room') @section('page_title', 'Add Room') @section('page_subtitle', 'Register a new room to the property') @section('nav_rooms', 'bg-teal-50 text-teal-700 font-semibold') @section('content')
Back to Rooms
@csrf {{-- 1. Room Identity --}}
1

Room Identity

{{-- 2. Room Type & Specs --}}
2

Room Type & Specifications

{{-- Room Type --}}
{{-- 3. Rate --}}
3

Rack Rate

{{-- 4. Amenities --}}
4

Amenities

@foreach ([ 'Free Wi-Fi', 'Air Conditioning', 'Fan (non air conditioned)', 'Flat Screen TV', 'Hot Shower', 'Mini Refrigerator', 'In-room Safe', 'Coffee/Tea Maker', 'Direct Phone', 'Bathtub', 'Balcony', 'Living Area', 'Minibar', ] as $amenity) @endforeach
{{-- Notes --}}
{{-- Actions --}}
Cancel
@endsection