{{ $item->proto->locale_name }}

{{ $item->proto->locale_name }} @if ($item->old_price)
@endif

{{ $item->proto->locale_name }}

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

$item->old_price, "onlyItem"])>
@if ($item->old_price)
{{ $item->old_price }} {{ $item->pricing->description() }}
Price: {{$item->price }} {{ $item->pricing->description() }}
@else
Price: {{ $item->price }} {{ $item->pricing->description() }}
@endif
@if ($item->userCanBuy()) Buy item @else Not enough {{ $item->pricing->description() }} @endif @if ($item->pricing == \App\Models\Enums\MallItemPricingEnum::CASH)
You'll recieve {{ $item->price }} DM after buying this item!
@endif

You might be interested in:

    @foreach($suggestions as $suggestion)
  1. $loop->last])> {{ $suggestion->proto->locale_name }}
  2. @endforeach