@extends('material.layouts.dashboard') @push('styles') @endpush @section('content')
{{-- INICIO FILTROS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-filter', 'title' => 'Consulta de hallazgos anulados', 'color'=>'font-green']) {!!Form::open(['method'=>'POST','role'=>'form','id'=>'form-consultar-anulados'])!!}
{!!Form::select('s_anio', $vigencias, null,[ 'class'=>'selectpicker form-control', 'data-live-search'=>'true', 'id'=>'s_anio', 'data-live-search'=>'true', 'title'=>'Seleccione la vigencia', 'data-size'=>'5', '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.modals')
@endsection @push('plugins') @include('material.sections.hallazgos.anulados.scripts') @endpush @push('functions') @endpush