@extends('layouts.main_without_top_button') @section('navigation') @stop @section('contentinner')
@include('human_resources.employees.profile.includes.profile_tab')

Employee Details

Title Detail
Full Name {{ $employee->salutation.', '.$employee->getFullNameAttribute() }}
Gender {{ $employee->gender}}
Date Of Birth {{ $employee->birth_date ? $employee->birth_date : 'N/A' }}
Phone {{ $employee->phone_no ? $employee->phone_no : 'N/A' }}
Employee Type {{ $employee->type }}
Employee Category {{ $employee->emp_category ? $employee->emp_category : 'N/A' }}
Employee Code {{ $employee->employee_code ? $employee->employee_code : 'N/A' }}
@stop