complete story 8.2 with qa tests
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<x-mail::message>
|
||||
# Welcome to Libra Law Firm
|
||||
|
||||
Dear {{ $user->company_name ?? $user->full_name }},
|
||||
|
||||
Your account has been successfully created on the Libra Law Firm platform.
|
||||
|
||||
**Login Credentials:**
|
||||
|
||||
- **Email:** {{ $user->email }}
|
||||
- **Password:** {{ $password }}
|
||||
|
||||
<x-mail::button :url="$loginUrl">
|
||||
Login Now
|
||||
</x-mail::button>
|
||||
|
||||
**You can now access:**
|
||||
|
||||
- Book consultations
|
||||
- Track your cases
|
||||
- View updates
|
||||
|
||||
If you have any questions, please don't hesitate to contact us.
|
||||
|
||||
Regards,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user