| @endif | Nome do Template | Template | @if($auth_user__actions_enable_btns && $defaultPositionActions == 'right')@endif |
|---|---|---|---|
| {{$value->nome_do_template}} | {!! $value->template !!} | @if($auth_user__actions_enable_btns && $defaultPositionActions == 'right') {{ LOAD_ACTIONS_TD( $auth_user__actions_enable_btns, $permissaoUsuario_auth_user__controller_update, $permissaoUsuario_auth_user__controller_copy, $permissaoUsuario_auth_user__controller_show, $permissaoUsuario_auth_user__controller_destroy, $value ) }} @endif
@else @include('templates.kanban', [ 'templates' => $templates, // # - 'kanban_field' => $kanban_field, //'kanban_list' => $kanban_list, // # - 'controller' => $controller, 'controller_model' => $controller_model, // # - 'isPublic' => $isPublic ]) @endif @endsection @section('script') @include('datatable', ['key' => 0, 'order' => 'desc']) @endsection