@if(isset($title))
|
{{ $title }}
|
@endif
@if(isset($greeting))
|
{!! $greeting !!}
|
@endif
@if(isset($copy1line))
|
{!! nl2br($copy1line) !!}
|
@endif
@if(isset($payment_account_date))
{{ __('email.user_restore_account_valid') }}
{{ $payment_account_date }}
|
|
@endif
@if(isset($copy2line))
|
{!! nl2br($copy2line) !!}
|
@endif
@if(isset($reset_password_url))
|
|
@endif
@if(isset($copy3line))
{{ __('email.user_restore_important') }}
{!! nl2br($copy3line) !!}
|
|
@endif