@extends('dashboard.layouts.app') @push('headScripts')
@endpush
@section('content')
Select Department
@foreach(\App\Models\Department::pluck('title','id')->toArray() as $id=>$title)
{{ $title }}
@endforeach
Search By Created
Search By Year & Month
{{ __('KPIS') }} /
{{ __('User KPIS') }}
{{ __('User KPIS') }}
@if(PerUser('users_kpis.export'))
{!! __('Export Selected :type',['type'=>__('UserKPI')]) !!}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{!! __('Export Selected :type',['type'=>__('UserKPI')]) !!}
--}}
{{ __('Export') }}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{{ __('Export') }}
--}}
@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