@extends('index') @section('content')
Welcome to my modest shop. How can I serve you? I can offer you some good weapons and items that can improve your abilities! Please make your selection...
You have {{$user_item_available_slot}} free spaces in your inventory (and {{$user_item_max_count}} inventory spaces in total).
Overview |
![]() |
{{printItemDetails($i, true)}} |
@if($i->gcost <= user()->getGold() && $i->scost <= user()->getHellstone() && $user_item_available_slot > 0)
|