@if (!empty($races))
@endif @if (!empty($sexes))
@endif
@forelse ($marketPlayers as $item)
@if ($item->imgpath) {{ $item->item_name }} @else Default @endif

{{ $item->name }}

{{--

Seller: {{ $item->player_name }}

--}}

@switch($item->balance_type) @case('silk') Silk 💰
{{ $item->price }} @break @case('donate') Donation 🎟️
{{ $item->price }} @break @case('gift_balance') Gift Balance 🌟
{{ $item->price }} @break @case('balance') Balance 💎
{{ $item->price }} @break @endswitch

@if ($item->amount > 0)

Count: {{ $item->amount }}

@else

Count: 1

@endif
@csrf
@isset($item->data) {!! $item->data !!} @endisset
@empty

No items available in the shop.

@endforelse
{{ $marketPlayers->links() }}
@push('theme::javascript') @endpush