@extends('core::email') @section('content')

A new employee has been added with you as a manager. Employee details are as follows:

Name {{ $fullName }}
Email {{ $email }}
Employee ID {{ $employeeId }}
Designation {{ $designation }}
Department {{ $department }}
Location {{ $location }}
@stop @section('callToAction')
    View Profile    
@stop