@component('themes.bootstrap.components.datatable', ['id' => 'comentarios-seguimiento-1l-table'])
@slot('columns', ['Fecha registro','Comentario','Usuario'])
@endcomponent
@component('themes.bootstrap.components.datatable', ['id' => 'comentarios-seguimiento-2l-table'])
@slot('columns', ['Fecha registro','Comentario','Usuario'])
@endcomponent
@component('themes.bootstrap.components.datatable', ['id' => 'comentarios-seguimiento-3l-table'])
@slot('columns', ['Fecha registro','Comentario','Usuario'])
@endcomponent
{!!Form::select('i_estado_auditor',$estadosSeguimiento,
[ 'required'],
[
'id' => 'i_estado_auditor',
'class'=>'form-control selectpicker',
'data-live-search'=>'true',
'title'=>'Seleccione el estado',
])!!}