@push('title', __('Rules'))
{{ __('Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.', ['hotel' => setting('hotel_name')]) }}
@foreach ($categories as $category) {{ $category->name }} {{ $category->description }}
    @foreach ($category->rules as $rule)
  • {{ $rule->paragraph }}. {{ $rule->rule }}
  • @endforeach
@endforeach