@extends('layouts.master')
@section('title')
{{ __('Admin Dashboard') }}
@endsection
@section('css')
@if(request()->query('admin_tab') === 'workflow-templates')
@endif
{{ __('Total Documents') }}
{{ __('All records') }}
{{ __('In Progress') }}
{{ __('In progress') }}
{{ __('Approved') }}
{{ __('Approved documents') }}
{{ __('Overdue SLA') }}
{{ __('Past SLA time') }}
{{ __('Completed') }}
{{ __('Completed workflow') }}
{{ __('Rejected') }}
{{ __('Rejected documents') }}
{{ __('Total Users') }}
{{ __('Registered users') }}
{{ __('Organization') }}
{{ __('Registered organizations') }}
{{ __('Document Types') }}
{{ __('Unique categories') }}
{{ __('Workflow Templates') }}
{{ __('Templates in use') }}
{{ __('Role Permissions') }}
{{ __('Configured roles') }}
{{ __('Audit Logs') }}
{{ __('System activity') }}
{{ __('Enable or disable admin features for each role from one place.') }}
{{ __('Review important system, admin, and workflow actions.') }}
{{ __('Manage user accounts, roles, organizations, and status.') }}
{{ $userItem->name }}
{{ __('Manage the organizations used by users and workflow routing.') }}
{{ $organizationDisplayName }}
@if($organizationNameEn !== '' && $organizationNameKh !== '' && $organizationNameEn !== $organizationDisplayName) {{ $organizationNameEn }} @endif{{ __('Manage document categories, SLAs, and linked workflows.') }}
{{ $dtDisplayName }}
@if($dtNameEn !== '' && $dtNameKh !== '' && $dtNameEn !== $dtDisplayName) {{ $dtNameEn }} @endif{{ __('Manage reusable routing flows that can be linked to document types.') }}
{{ $wft->name }}
@if($wft->description) {{ $wft->description }} @endif