10 lines
356 B
PHP
10 lines
356 B
PHP
@extends('emails.layout')
|
|
|
|
@section('content')
|
|
<p style="margin: 0 0 16px 0;">Your account's login email was changed to <strong>{{ $maskedEmail }}</strong>.</p>
|
|
|
|
<p style="margin: 0 0 24px 0;">From now on, login codes will be sent to the new address.</p>
|
|
|
|
<p style="margin: 0;">If you didn't make this change, please contact us right away.</p>
|
|
@endsection
|