No | Action | Item | Image | Price | Link | Caption | Phone | Title | Subtitle | Desc | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $number++ }} | @include('pages.items.row._action-menu'){{ $row['item'] ?? '' }} | {{-- {{ $row['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
|