@extends('core::email') @section('content')
A new employee has been added with you as a manager. Employee details are as follows:
| Name | {{ $fullName }} |
| {{ $email }} | |
| Employee ID | {{ $employeeId }} |
| Designation | {{ $designation }} |
| Department | {{ $department }} |
| Location | {{ $location }} |