{{-- MODAL HALLAZGO --}} @component('themes.bootstrap.components.modal-large', [ 'id' => 'modal_form_hallazgo', 'title' => 'Plan de Acción / Hallazgo', 'icon'=>'glyphicon glyphicon-th', 'class'=>'container fade modalFormulario modalForm modal-large', 'width'=>'85' ]) @slot('body')
@endslot @slot('footer') @endslot @endcomponent {{-- END MODAL --}} @component('themes.bootstrap.components.modal-large', [ 'id' => 'modalCausaAccion', 'title' => 'Acción', 'icon'=>'fa fa-undo', 'class'=>'modalFormulario', 'width'=>'70', ]) @slot('body')
@endslot @slot('footer') @endslot @endcomponent @component('themes.bootstrap.components.modal-large', [ 'id' => 'modalSeguimientoAccion', 'title' => 'Seguimiento', 'icon'=>'fa fa-undo', 'class'=>'modalFormulario', 'width'=>'70', ]) @slot('body')
@endslot @slot('footer') @endslot @endcomponent @component('themes.bootstrap.components.modal-large', [ 'id' => 'modalFormControl', 'title' => 'Actualización del registro', 'icon'=>'fa fa-undo', 'class'=>'modalFormulario modalForm', 'width'=>'50', ]) @slot('body')
@endslot @slot('footer') @endslot @endcomponent