@foreach ($crud->columns() as $column) @endforeach
{!! $column['label'] !!} : @if (!isset($column['type'])) @include('crud::columns.text') @else @if(view()->exists('vendor.backpack.crud.columns.'.$column['type'])) @include('vendor.backpack.crud.columns.'.$column['type']) @else @if(view()->exists('crud::columns.'.$column['type'])) @include('crud::columns.'.$column['type']) @else @include('crud::columns.text') @endif @endif @endif
@if (isAdmin()) @include('vendor.backpack.crud.beneficiary.partials.consentements', ['crud' => $crud]) @endif @if (isCnrs()) @include('vendor.backpack.crud.beneficiary.partials.cnrs', ['quizz' => $entry->cnrsQuiz()->first()]) @endif @if (isSuper()) @include("vendor.backpack.crud.beneficiary.partials.unlock-eval") @endif