@extends('layouts.mall') @section('content')

{{ $category->name }}

@forelse ($category->items->sortBy('id') as $item)
$item->old_price > 0])> More information @if ($item->old_price)
@endif

{{ $item->proto->locale_name }} {{ $item->description ?? "No description is currently available for this item." }}

$item->old_price])>
$item->old_price])> {{ $item->quantity }} pcs. for: @if (!$item->old_price) {{ $item->price }} {{ $item->pricing->name() }} @endif
@if ($item->old_price)
{{ $item->price }} {{ $item->pricing->name() }}
{{ $item->old_price }} {{ $item->pricing ->name() }}
@endif
$item->old_price])> Details
@empty
Error

Empty category

This category does not contain any items.


@endforelse
@endsection