@extends('base.base') @section('cssDashboard') @endsection @section('text') @endsection @section('content')
@csrf

Reporte de Discapacidades

# Folio Fecha Nombre Dirección CURP Categoria Discapacidad Discapacidad Área
Gráfica por Categoría de Discapacidad
@foreach($defaultLegend1 as $value) {{$value['name']}} @endforeach
Gráfica por Discapacidad
@foreach($defaultLegend2 as $value) {{$value['name']}} @endforeach
Gráfica por Area
@foreach($defaultLegend3 as $value) {{$value['name']}} @endforeach
@endsection @section('jsDashboard') {{-- Bootstrap table --}} @endsection