@extends('PointsAdmin.layout') @section('title', $employee_details->name .' Employee Details') @section('page-name', 'Employee') @section('sub-page-name', 'Employee Details') @section('pagelink', 'departments') @section('body')

Service Department

Manger: ٗٗٗٗٗٗ{{$manager_count}}

Admins: {{$admin_count}}


Personal Information

Full Name

{{$employee_details->name}}

City

{{$employee_details->city}}

Mobile Number

{{$employee_details->phn}}

Email Address

{{$employee_details->email}}

Date of Birth

{{$employee_details->dob}}

Marital Status

{{$employee_details->marital}}

Gender

{{$employee_details->gender}}

Nationality

{{$employee_details->nationality}}

State

{{$employee_details->state}}

Zip Code

{{$employee_details->zip}}

Address

{{$employee_details->address}}
@endsection