@push('styles')
@endpush
@section('title')
Reportes
@endsection
@section('page-title')
Reportes
@endsection
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
Reportes
@can('visualizar reportes')
@endcan
@can('crear reportes')
@endcan
@can('visualizar reportes')
@if($reportesNuevo != null)
@foreach ($reportesNuevo as $reporte)
@endforeach
@endif
@endcan
@section('scripts')
@endsection