@foreach($context->crudColumns('view') as $column)
{!! $context->display($column->key, '—') !!}
@endforeach
@if (isset($after_content))
@include($after_content, [
'context' => $context
])
@endif
@if (Route::has($context->context('%s.edit')))
@lang('action.edit_context', ['context' => trans('context.' . $context->context())])
@endif
@include('fragments.crud.delete', [
'context' => $context,
'full_label' => true
])