Employee Profile
Name, Email, Contact
ID | #{{ $employee->id }} | Name | {{ $employee->firstname }} {{ $employee->lastname }} |
{{ $employee->email }} | Phone | {{ $employee->company_mobile }} | |
UserType | {{ $employee->permission }} | Employee Type | {{ $employee->emp_type }} |
Created At | {{ date("d/M/Y H:i A", strtotime($employee->created_at)) }} | Updated At | {{ date("d/M/Y H:i A", strtotime($employee->updated_at)) }} |
{!! \Session::get('success') !!}
@endif