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

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

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