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

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

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