{{ __('backend/soxfilter.title', ['degree' => $filter ?: 'All']) }}

@forelse($data as $item) @empty @endforelse
{{ __('backend/soxfilter.table.name') }} {{ __('backend/soxfilter.table.owner') }} {{ __('backend/soxfilter.table.type') }} {{ __('backend/soxfilter.table.item') }}
{{ $item['ItemName'] }} @isset($item['CharName']) {{ $item['CharName'] }} @endisset @isset($item['StorageState']) {{ __('backend/soxfilter.table.storage') }} @endisset @if($dataWeb->contains($item['ItemID'])) {{ __('backend/soxfilter.table.web') }} @endif {{ $item['WebInventory']['sox'] }}
@isset($item['amount']) {{ $item['amount'] }} @endisset @isset($item['special']) @if($item['special']) @endif @endisset
{{ __('backend/soxfilter.table.empty', ['degree' => $filter]) }}