{{trans('hrms.employee')}}
{{$hrm['first_name'].' '.$hrm['last_name']}}
{{trans('hrms.company')}}
{{$hrm->profile['company']}}
{{trans('hrms.phone')}}
{{$hrm->profile['contact']}}
{{trans('hrms.email')}}
{{$hrm['email']}}
{{trans('hrms.status')}}
@if($hrm['status'])@else @endif
{{trans('hrms.confirmed')}}
@if($hrm['confirmed'])@else @endif
{{trans('hrms.address_1')}}
{{$hrm->profile['address_1'].' '.$hrm->profile['address_2']}}
{{trans('hrms.city')}}
{{$hrm->profile['city']}}
{{trans('hrms.state')}}
{{$hrm->profile['state']}}
{{trans('hrms.country')}}
{{$hrm->profile['country']}}
{{trans('hrms.postal')}}
{{$hrm->profile['postal']}}
{{trans('hrms.tax_id')}}
{{$hrm->profile['taxid']}}
{{trans('hrms.salary')}}
{{numberFormat($hrm->meta['salary'])}}
{{trans('hrms.hra')}}
{{numberFormat($hrm->meta['hra'])}}%
{{trans('hrms.entry_time')}}
{{$hrm->meta['entry_time']}}
{{trans('hrms.exit_time')}}
{{$hrm->meta['exit_time']}}
{{trans('hrms.sales_commission')}}
{{numberFormat($hrm->meta['commission'])}}