Menu Control
Important Information
Note: Disabling a menu control here will automatically hide it from the Room Type configuration. The menu will no longer appear in the "Available Menu Controls" or "Selected Menu Controls" sections when editing Room Types, and will be excluded from API responses to mobile applications.
Tip: Use the toggle switch to temporarily disable menu items without deleting them. This is useful for maintenance or seasonal features.
Success! {{ session('success') }}
@endif
@if (session('error'))
Error! {{ session('error') }}
@endif
{{-- --}}
| No | Title | Status | Active | {{--Action | --}}
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $menuControl->title }} |
isActive ? 'checked' : '' }}
onchange="toggleActive({{ $menuControl->id }}, this.checked)">
|
{{-- Edit | --}}