{{ $item->name }} Shops - {{ number_format($item->price, 0, '.', ',') }}

@foreach ($shops as $npc) @endforeach
Vendor Location Coordinates
{{ ucwords($npc['name']) }} {{ $npc['location'] }} @if( ! ($npc['x'] == 0 || $npc['y'] == 0)) {{ $npc['x'] }} x {{ $npc['y'] }} @endif