@extends('core::layouts.master') @section('title') {{ trans_choice('payroll::general.employee',2) }} @endsection @section('styles') @stop @section('content')

បញ្ជីព័ត៌មានបុគ្គលិក

User profile picture

{{$employee-> first_name_kh ." ".$employee-> last_name_kh }}

@if(!empty($employee->position_name)) {{ $employee->position_name }} @else N/A @endif

@lang('message.about_me')

@lang('message.education')

@if(!empty($employee->education)) {{ $employee->education }} @else N/A @endif


@lang('message.skills')

@if(!empty($employee->skills)) {{ $employee->skills }} @else N/A @endif


@lang('message.experience')

{{$employee->experience}}


@lang('message.location')

{{$employee->pob}}


@lang('message.note')

{{$employee->noted}}

@lang('message.history_company')

@lang('message.attachment_file')

@lang('message.attachment_file')

@if(!empty(@$employee->file)) {{$employee->file}} @endif
@endsection