@extends('layouts.app') @section('title') Character @endsection @section('meta') @endsection @section('content')
Character
Character image
@if ($items->count() > 0)
@foreach ($items->all() as $item)
{{ $item->name }} thumbnail
@csrf
@endforeach
@else

Nothing found

You don't own any items in this category.

@endif
@endsection @section('scripts') @endsection