# Your POSBeast Login Credentials
Hi {{ $name }},
An account has been created for you on **{{ config('app.name') }}**. Below are your login details:
**Email:** {{ $email }}
@if($password)
**Password:** {{ $password }}
@endif
@if($pin)
**PIN:** {{ $pin }}
@endif
You can log in and start using the system immediately.
Login to POSBeast
**Important Safety Tip:**
Please keep these credentials secure and do not share them with anyone. We recommend changing your password/PIN after your first login.
Thanks,
The {{ config('app.name') }} Team