@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

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

@forelse($data as $key => $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
@isset($item['data']) {!! $item['data'] !!} @endisset
{{ __('backend/soxfilter.table.empty', ['degree' => $filter]) }}
@endsection @push('theme::javascript') @endpush