@extends('material.layouts.dashboard') @push('styles') @endpush @section('content')
{{-- INICIO FILTROS --}} @component('themes.bootstrap.components.portlet', ['icon' => 'glyphicon glyphicon-filter', 'title' => 'Plan de Acción / Hallazgos', 'color'=>'font-green']) @include('material.sections.hallazgos.form.list-estados') @endcomponent {{-- END FILTROS --}} @include('material.sections.hallazgos.modals')
@endsection @push('plugins') @include('material.sections.hallazgos.scripts') @endpush @push('functions') @endpush