@error('toilets_count') {{ $message }} @enderror
@if(!empty($amenities['toilets'][0]['fields'])) @foreach($amenities['toilets'] as $amenity)
{{$amenity['name']}}
@foreach($amenity['fields'] as $key => $field) @php $field_name = field_name($amenity) @endphp
@endforeach @endforeach @endif