{{--Vista Creada por Victor Moncada--}} @extends('layouts/master') @section('content')

Listado Soporte al Cliente

   Regresar

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

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

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

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



@endsection