@extends('layouts.dashboard')
@section('title','Reportes')
@section('breadcrumb')
@endsection
@section('content')
@foreach ($reportes as $reporte)
@permite($reporte['permiso'])
@endpermite
@endforeach
@endsection
@pushOnce('script')
@vite(['resources/js/cargarModal.js'])
@endpushOnce