Welcome to {{ env('APP_NAME') }}
You have successfully opened an account with {{ env('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: {{ ucfirst($user->account_type) }}({{ explode('-', $user->currency)[0] }})