@extends('user.layout') @section('content')
{{ __('Room Settings') }}
@csrf

{{ __('If it is deactive the customer will not see any room booking information on his dashboard.') }}

{{ __('Specify whether the category for room will be active or not.') }}

{{ __('Specify whether the rating system for room will be active or not.') }}

{{ __('If guest checkout is active, then users can checkout without login.') }}

@endsection