@extends('dashboard.layouts.app') @push('headScripts') @endpush @section('content')
 

{{ __('KPIS') }} / {{ __('User KPIS Report') }}

{{ __('User KPIS Report') }}
@if(PerUser('users_kpis.export'))
@csrf {{-- --}}
@endif
{{ $dataTable->table(['class' => 'table table-bordered table-striped mb-0']) }}
@endsection @push('footerScripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush