@lang('essentials::lang.hrm_details'):

@lang('essentials::lang.department'): {{$user_department->name ?? ''}}

@lang('essentials::lang.designation'): {{$user_designstion->name ?? ''}}

@lang('essentials::lang.salary'): @if(!empty($user->essentials_salary) && !empty($user->essentials_pay_period)) @format_currency($user->essentials_salary) @lang('essentials::lang.per') @if($user->essentials_pay_period == 'week') {{__('essentials::lang.week')}} @else {{__('lang_v1.'.$user->essentials_pay_period)}} @endif @endif

@lang('essentials::lang.pay_cycle'): @if(!empty($user->essentials_pay_period)) @if($user->essentials_pay_period == 'week') {{__('essentials::lang.week')}} @else {{__('lang_v1.month')}} @endif @endif

@lang('lang_v1.primary_work_location'): @if(!empty($work_location)) {{$work_location->name}} @else {{__('report.all_locations')}} @endif