No | Action | Parent | Title | Description | {{--Image | --}}Link | Location | Rooms | Size Room | Bed Configuration | Connecting Room | Capacity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $number++ }} | @include('pages.items.sub_item._action-menu'){{ $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['link'] ?? '' }} | {{ $sub_item['location'] ?? '' }} | {{ $sub_item['rooms'] ?? '' }} | {!! $sub_item['size_room'] ?? '' !!} | {!! $sub_item['bed_configuration'] ?? '' !!} | {{ $sub_item['connecting_room'] ?? '' }} | {{ $sub_item['capacity'] ?? '' }} |