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

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

{{ __('User KPIS') }}
{{ $dataTable->table(['class' => 'table table-bordered table-striped mb-0']) }}
@endsection @push('footerScripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush