@extends('adminlte::page') @section('title','Reportes') @section('content_header')
Selecciona el reporte que necesitas generar
@stop @section('content'){{ $datos['descripcion'] }}
@if(count(array_filter($datos['reportes'], function($reporte) { return \Illuminate\Support\Facades\Gate::check($reporte['permiso']); })) == 0)