{{-- --}} @php $number = 1; @endphp @foreach ($sub_items as $sub_item) @include('pages.items.sub_item._action-menu') {{-- --}} @endforeach
No Action Parent Title DescriptionImageLink Location Rooms Size Room Bed Configuration Connecting Room Capacity
{{ $number++ }}{{ $sub_item['parent'] ?? '' }} {{ $sub_item['title'] ?? '' }}
@if (strlen($sub_item['desc'] ?? '') > 70)
{{ substr($sub_item['desc'], 0, 70) }}...
@else {{ $sub_item['desc'] ?? '' }} @endif
@if(isset($sub_item['image']) && $sub_item['image'] !== null)
Sub Item Image @else
Sub Item Image @endif
{{ $sub_item['link'] ?? '' }} {{ $sub_item['location'] ?? '' }} {{ $sub_item['rooms'] ?? '' }} {!! $sub_item['size_room'] ?? '' !!} {!! $sub_item['bed_configuration'] ?? '' !!} {{ $sub_item['connecting_room'] ?? '' }} {{ $sub_item['capacity'] ?? '' }}
{{-- Inject scripts --}} @section('scripts') @endsection