Welcome! |
Hi {{ $user->name}} , we’re glad you’re here! You have just created an account with {{env("APP_NAME")}}.
|
|
|
Your account information: |
Name: {{ $user->name }} Email: {{ $user->email }} |
|
@if(!$user->hasAnyRole('client','driver'))
Log In Now
@endif
|
|
|