{{ $category->name }}
@forelse ($category->items->sortBy('id') as $item)
@empty
@endforelse
{{ $item->proto->locale_name }}
{{ $item->description ?? "No description is currently available for this item." }}
$item->old_price])>
$item->old_price])>
Details
$item->old_price])>
{{ $item->quantity }} pcs. for:
@if (!$item->old_price)
{{ $item->price }} {{ $item->pricing->description() }}
@endif
@if ($item->old_price)
{{ $item->price }} {{ $item->pricing->description() }}
{{ $item->old_price }} {{ $item->pricing ->description() }}
@endif
Empty category
This category does not contain any items.