@php $number = 1; @endphp @foreach ($items as $item) @include('pages.items.item._action-menu') @endforeach
No Action Section Type Caption Bottom Caption Title Subtitle Desc Content Info Facilities Image Background Animation Top Image Animation Address Phone Number Email Link Privacy Policy Link Instagram Link
{{ $number++ }}{{ $item['section'] ?? '' }} {{ $item['type'] ?? '' }} {{ $item['caption'] ?? '' }} {{ $item['bottom_caption'] ?? '' }} {{ $item['title'] ?? '' }} {{ $item['subtitle'] ?? '' }} {{-- {{ $item['desc'] ?? '' }} --}}
@if (strlen($item['desc'] ?? '') > 70)
{{ substr($item['desc'], 0, 70) }}...
@else {{ $item['desc'] ?? '' }} @endif
{{-- {{ $item['content'] ?? '' }} --}}
@if (strlen($item['content'] ?? '') > 70)
{{ substr($item['content'], 0, 70) }}...
@else {{ $item['content'] ?? '' }} @endif
{{-- {{ $item['info'] ?? '' }} --}}
@if (strlen($item['info'] ?? '') > 70)
{{ substr($item['info'], 0, 70) }}...
@else {{ $item['info'] ?? '' }} @endif
    {{ isset($item['facilities']['room']) ? 'Room: ' . $item['facilities']['room'] : '' }}
    {{ isset($item['facilities']['meeting']) ? 'Meeting: ' . $item['facilities']['meeting'] : '' }}
{{-- {{ $item['image'] ?? '' }} --}}
Item Image
{{ $item['background_animation'] ?? '' }} {{ $item['top_image_animation'] ?? '' }} {{ $item['address'] ?? '' }} {{ $item['phone_number'] ?? '' }} {{ $item['email'] ?? '' }} {{ $item['link_privacy_policy'] ?? '' }} {{ $item['link_instagram'] ?? '' }} {{ $item['link'] ?? '' }}
{{-- Inject scripts --}} @section('scripts') @endsection