@extends('dashboard.layouts.app') @push('headScripts')
@endpush @section('content')
{{ __('KPIS') }} /
{{ __('KPIS') }}
{{ __('KPIS') }}
@if(PerUser('kpis.export'))
{!! __('Export Selected :type',['type'=>__('KPI')]) !!}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{!! __('Export Selected :type',['type'=>__('KPI')]) !!}
--}}
{{ __('Export') }}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{{ __('Export') }}
--}}
@endif @if(PerUser('kpis.import'))
{{ __('Import') }}
0%
@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