@extends('layouts.app') @section('breadcrumb') @stop @section('css') @stop @section('content')

{!! trans('messages.designation').' '.trans('messages.overview').' | PLRD' !!}

{!! $so_count !!}

SO

{!! $sso_count !!}

SSO

{!! $ss_count !!}

SS

{!! $sss_count !!}

SSS

{!! $cso_count !!}

CSO

{!! $total_count !!}

Total

@if(Laratrust::isAbleTo('list-charts'))

{!! trans('messages.officer').' '.trans('messages.training').' '.trans('messages.statistics') !!}

Officer Taken RTT vs Officer Not Taken RTT

Officer with Training vs Officer with No Training

@endif {{--

{!! trans('messages.urgent_promotion') !!} - PWM.

({!! trans('messages.urgent_remarks') !!} {{env('OTP_URGENT')}} months)
@foreach (['so','sso','ss','sss'] as $value)
@endforeach
--}}

{!! trans('messages.training').' '.trans('messages.overview') !!} - PWM

@foreach (['so','sso','ss','sss'] as $value)
@endforeach
All statistics will only display user who meets following criteria:
  • User with PLRD Rank
  • User with PLRD Effective Date
  • User with Permanent Contract
  • User status is "Active"
@endsection @section('js') @endsection