@extends('emails.email') @section('content')

Hi {{\Illuminate\Support\Str::words($fullName,1,'')}}!

Your account is created on HRMS

Your Login details as below!

Email: {{$email}}

Password: {{$password}}



Try Logging at {{\Illuminate\Support\Facades\URL::to('/')}}

@stop @section('callToAction') @stop