@php $number = 1; @endphp @foreach ($rows as $row) @include('pages.items.row._action-menu') @endforeach
No Action Item Image Price Link Caption Phone Email Title Subtitle Desc
{{ $number++ }}{{ $row['item'] ?? '' }} {{-- {{ $row['image'] ?? '' }} --}}
Item Image
@if (!empty($row['price'])) Rp. {{ number_format($row['price'], 0, ',', '.') }} @endif {{ $row['link'] ?? '' }} {{ $row['caption'] ?? '' }} {{ $row['phone'] ?? '' }} {{ $row['email'] ?? '' }} {{ $row['title'] ?? '' }} {{ $row['subtitle'] ?? '' }}
@if (strlen($row['desc'] ?? '') > 70)
{{ substr($row['desc'], 0, 70) }}...
@else {{ $row['desc'] ?? '' }} @endif
{{-- Inject scripts --}} @section('scripts') @endsection