@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')
Crear Reporte
@endcan
@can('visualizar reportes')
@if($reportesNuevo != null) @foreach ($reportesNuevo as $reporte)
{{$reporte->nombre}}
@endforeach @endif
@endcan
@section('scripts') @endsection