Welcome to {{ config('app.name') }}
You have successfully opened an account with {{ config('app.name') }}
Below is your account details thanks for banking with us
Account name: {{ $user->first_name }} {{ $user->last_name }}
Account number: {{ $user->account_number }}
Account type: {{ Str::ucfirst($user->account_type) }}({{ explode('-', $user->currency)[0] }})