<x-mail.message>
## Dear {{ __($user->salutation, [], 'en') }} {{ $user->fullname }};
Please note your trip with Order number <b>{{ $orderNo }}</b> that you placed was
successfully completed and processed on Platform.
You are receiving attached to this email the Service Level Agreement along with all the details of your trip to
Russia.
Your payment of <b>{{ $payment->amount_value }}</b> Rubles was successfully processed and received.
The tickets of the flights related to your travel and trip to Russia are processed separately and will be sent
directly to your registered email.
Thank you for your business and trust.
We wish you a pleasant and unforgettable journey.
Our Customer Support Desk is available 24/7, please do not hesitate to call us for any additional enquiry or
clarification.
<img src="{{ $message->embed(public_path('images/common/logo_en_100.png')) }}" alt="" border="0">
<br><b>Platform Reservation.</b>
</x-mail.message>
{
"Dear :salutation :username;" : "Dear :salutation :username;"
"Welcome to Platform." : "Welcome to Platform."
"Your Email Verification Code No. :no is: :code" : "Your Email Verification Code No.
:no is: :code"
"Sincere Regards;" : "Sincere Regards;"
}
Dear {{ $user->salutation }} {{ $user->fullname }};
Welcome to Platform.
Your Email Verification Code No. {{ $no }} is: {{ $code }}
Sincere Regards;
Куча отдельных компонентов, условия, красивые кнопочки.. И ни единой попытки продублировать эти кнопочки на 100 языков. Смекаете?
__('Photographer Services') VS __('order.photografer')
@component('mail::message')
много текста
@endcomponent
public function __serialize(): array
{
return [
'dsn' => $this->dsn,
'user' => $this->username,
'pass' => $this->password,
];
}
public function __unserialize(array $data): void
{
$this->dsn = $data['dsn'];
$this->username = $data['user'];
$this->password = $data['pass'];
$this->connect();
}
Dear {{ $user->salutation }} {{ $user->fullname }};
Welcome to Platform.
Your Email Verification Code No. {{ $no }} is: {{ $code }}
Sincere Regards;
Уважаемый (ая) {{ $user->salutation }} {{ $user->fullname }};
Добро пожаловать на платформу.
Ваш код подтверждения для электронной почты № {{ $no }}: {{ $code }}
С уважением,
Array.isArray(target.files)