@csrf @method('PUT')

Built-in amenities

@foreach(config('hotel_amenities', []) as $key => $amenity) {{ $amenity['label'] }} @endforeach

Your custom amenities

@php $customAmenities = $settings->custom_amenities ?? []; @endphp @if(count($customAmenities))
@foreach($customAmenities as $index => $item) @endforeach
Label Icon class Remove
{{ $item['label'] }} {{ $item['icon'] ?? 'fa fa-star' }}
@else

No custom amenities yet.

@endif

Add custom amenity

Font Awesome class, e.g. fa fa-leaf
@push('styles') @endpush