@push('css') @endpush
character icon
{{$character->CharName16}}
Old Road Point
{{$balance?->Balance ?? 0}}
@foreach ($categories as $category)
@if ($category->children->isNotEmpty())
    @foreach ($category->children as $child)
  • {{ $child->CategoryName }}
  • @endforeach
@endif
@endforeach
@foreach ($items as $key => $data) {{--
{{ $key !== 'xxx' ? $key : '' }}
--}} @foreach ($data as $item)
{{ $item->item_title }}
{{ $item->item_name }}
Quantity: {{ number_format($item->quantity) }}
{{$item->cost->first()->amount_formatted}} {{$item->cost->first()->paymentDevice->CurrencyName}}
@endforeach @endforeach
@push('javascript') @endpush