@can('update', $model)

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

@endcan
@foreach ($model->characters()->with(['character', 'character.entity', 'character.entity.tags'])->has('character')->get() as $character)

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

{{ $character->role }}

{!! $character->description !!}

@endforeach