{{--Modificado Por Carmen Gómez fecha 01-10-2018--}} {{--PRIMER Y SEGUNDO INPUT FECHA DESDE - HASTA --}}
{!! Form::checkbox('opc_filtro_fechad', null, false, ['id' => 'opc_filtro_fechad', 'class' => 'opc_filtro',('disabled'),('checked')]) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_fechah', null, false, ['id' => 'opc_filtro_fechah', 'class' => 'opc_filtro',('disabled'),('checked')]) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_ofiorig', null, false, ['id' => 'opc_filtro_ofiorig', 'class' => 'opc_filtro',('checked')])!!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_servicios', null, false, ['id' => 'opc_filtro_servicios', 'class' => 'opc_filtro',('checked')]) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_codnota', null, false, ['id' => 'opc_filtro_codnota', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_tipo', null, false, ['id' => 'opc_filtro_tipo', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_nomdes', null, false, ['id' => 'opc_filtro_nomdes', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_nomcli', null, false, ['id' => 'opc_filtro_nomcli', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{{----}}

{!! Form::checkbox('opc_filtro_condest', null, false, ['id' => 'opc_filtro_condest', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_contrem', null, false, ['id' => 'opc_filtro_contrem', 'class' => 'opc_contrem']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_ciudest', null, false, ['id' => 'opc_filtro_ciudest', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_codcasi', null, false, ['id' => 'opc_filtro_codcasi', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_ofidest', null, false, ['id' => 'opc_filtro_ofidest', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::checkbox('opc_filtro_codcliente', null, false, ['id' => 'opc_filtro_codcliente', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}

{!! Form::checkbox('opc_filtro_ident', null, false, ['id' => 'opc_filtro_ident', 'class' => 'opc_filtro']) !!} {!! Form::label('', '', ['class' => 'control-label']) !!}
{{----}}
{{--CHEKBOX OCULTO POR DISEÑO --}} {{--
--}} {{--{!! Form::checkbox('opc_filtro_identf', null, false, ['id' => 'opc_filtro_identf', 'class' => 'opc_filtro','disabled','hidden']) !!}--}} {{--{!! Form::label('', '', ['class' => 'control-label']) !!}--}} {{--
--}} {{--CHEKBOX OCULTO POR DISEÑO --}} {{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}



{{-- UN CHECKBOX INVISIBLE QUE VENGA CHECK POR DEFECTO CON LA OPCION BUSQUEDA AVANZADA--}} {{--ESTILOS DEL BOTON ACEPTAR--}}
{{--LA CARACTERISTICA DE BLADE ES BTN-LAG ES UN BOTON LARGO EN BOOSTRAP--}} {!! Form::close() !!}