@extends('layout.main')
@section('content')
@lang('file.Performance Indicator')
|
{{ trans('file.Designation') }} |
{{ trans('file.Company') }} |
{{ trans('file.Department') }} |
@lang('file.Added By') |
@lang('file.Created At') |
{{ trans('file.Action') }} |
@include('performance.indicator.create-modal')
@include('performance.indicator.edit-modal')
@include('performance.indicator.delete-modal')
@include('performance.indicator.delete-checkbox-confirm-modal')
@endsection
@push('scripts')
@endpush