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

{{ $category->name }}

@foreach ($category->items as $item)
$item->old_price > 0])> image}.png") }}" onerror="this.src='{{ asset('assets/shop/img/error.png') }}';" width="63px" height="63px" alt="More information"/> @if ($item->old_price)
@endif

{ data.name|raw } {{ $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->description() }} @endif
@if ($item->old_price)
{{ $item->price }} {{ $item->pricing->description() }}
{{ $item->old_price }} {{ $item->pricing ->description() }}
@endif
$item->old_price]) > Details
@endforeach
@endsection