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

Reporte de Solicitudes

@if(isset($categories)) @endif
@if(isset($products)) @endif
# Folio Tipo Beneficiarios CURP Teléfono Domicilio Cantidad Producto Area Estado
@yield('contentForm')
Grafica del Reporte por Producto
@foreach($defaultLegend1 as $value) {{$value['name']}} @endforeach
Grafica del Reporte por Categoría
@foreach($defaultLegend2 as $value) {{$value['name']}} @endforeach
Grafica del Reporte por Area
@foreach($defaultLegend3 as $value) {{$value['name']}} @endforeach
@endsection @section('jsDashboard') {{-- Bootstrap table --}} @endsection