{!! Form::open(['role' => 'form', 'id' => 'form-seguimiento-auditor', 'novalidate' => 'novalidate', 'method' => 'POST']) !!}
@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', ])!!}

{{ Form::button('Cancelar', ['class' => 'btn red', 'data-dismiss' =>"modal", 'id' => 'btn_cancel_seguimiento_auditor']) }} {{ Form::button('Guardar', ['class' => 'btn green', 'id' => 'btn_save_seguimiento_auditor' , 'type' => 'submit']) }}
{!! Form::close() !!}