| @endif | Empresa | Unidade | Nome do Treinamento | Tipo do Treinamento | Carga Horária (Em minutos) | Valor Treinamento (R$) | Data | Anexo | Número de Participantes | Interno ou Externo? | @if($auth_user__actions_enable_btns && $defaultPositionActions == 'right')@endif |
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($value->Empresa && isset($value->Empresa->nome_da_empresa)) {{$value->Empresa->nome_da_empresa}} @endif | @if($value->Unidade && isset($value->Unidade->nome_da_unidade)) {{ $value->Unidade->nome_da_unidade }} @endif | {{$value->nome_do_treinamento}} | @if($value->Tipo && isset($value->Tipo->tipo)) {{$value->Tipo->tipo}} @endif | {{$value->carga_horaria}} | {{ number_format($value->valor, 2, ',', '.') }} | {{(isset($value->data)) ? date("d/m/Y", strtotime($value->data)) : ""}} | @php $anexo = ""; if ($value->anexo) { $anexo = $fileurlbase . "images/" . $value->anexo; $anexo = " Anexo"; } @endphp{!! $anexo !!} | {{$value->numero_de_participantes}} | {{ $value->Get_int_ou_ext() }} | @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('treinamentos.kanban', [ 'treinamentos' => $treinamentos, // # - '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