@extends('mail.layout')
@section('title', __('mail.welcome.title'))
@section('content')
{{ __('mail.welcome.intro') }}
{{ __('mail.welcome.credentials') }}
{{ __('mail.welcome.login') }}: {{ $username }}
{{ __('mail.welcome.password') }}: {{ $password }}
{{ __('mail.welcome.recommendation') }}
@endsection