@extends('material.layouts.dashboard') @push('styles') @endpush @section('content')
{{-- INICIO FILTROS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-filter', 'title' => 'Gestión de Hallazgos - Admin.', 'color'=>'font-green']) {!!Form::open(['method'=>'POST','role'=>'form','id'=>'form-consultar-admin'])!!}
{!!Form::select('s_parametro_consulta', ['vigencia'=>'VIGENCIA','codigo'=>'CÓDIGO'], null,[ 'id' => 's_parametro_consulta', 'class'=>'form-control selectpicker', 'data-live-search'=>'true', 'title'=>'Seleccione el parámetro de consulta.', 'required'=>'required', ])!!}
{!!Form::close()!!} @endcomponent {{-- END FILTROS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-eye-open', 'title' => 'Resultados', 'color'=>'font-green'])
@endcomponent @include('material.sections.hallazgos.admin.modals')
@endsection @push('plugins') @include('material.sections.hallazgos.admin.scripts') @endpush @push('functions') @endpush