@can('update', $model)

{{ trans('quests.show.actions.add_item') }}

@endcan
@foreach ($model->items()->with('item')->has('item')->get() as $item)

@if ($item->is_private) @endif {{ $item->item->name }}

{{ $item->role }}

{!! $item->description !!}

@endforeach