@extends('view.emails.raw_plain') @section('body')
{{ __('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 ($password){{ __('Your generated account password below, feel free to change it from the system') }}
{{ __('Password:') }} {{ $password ?? '' }}