@extends('material.layouts.dashboard') @push('styles') @endpush @section('content')
{{-- INICIO FILTROS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-filter', 'title' => 'Plan Anual de Auditorías', 'color'=>'font-blue']) {{ Form::open(['class' => '', 'novalidate' => 'novalidate', 'id' => 'form-consulta-planes-anuales', 'method' => 'POST' ]) }}
{!!Form::select('anio_plan', $anios, null,[ 'class'=>'selectpicker form-control', 'id'=>'anio_plan', 'data-actions-box'=>'true', 'data-live-search'=>'true', 'title'=>'Seleccione el año', 'required'=>'required' ])!!}
{!!Form::close()!!} @endcomponent {{-- END FILTROS --}} {{-- INICIO TABLA RESULTADOS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-eye-open', 'title' => 'Resultados', 'color'=>'font-blue'])
@endcomponent {{-- END FILTROS --}} @include('material.sections.planAnual.modals')
@endsection @push('plugins') @include('material.sections.planAnual.scripts') @endpush @push('functions') @endpush