diff --git a/resources/views/mail/layouts/layout.blade.php b/resources/views/mail/layouts/layout.blade.php index f21dc1a..c43c1c3 100644 --- a/resources/views/mail/layouts/layout.blade.php +++ b/resources/views/mail/layouts/layout.blade.php @@ -9,7 +9,11 @@
Здравствуйте!
++ @if($recipient->firstAndMidName ?? null) Здравствуйте, {{$recipient->firstAndMidName}}! + @else Здравствуйте! + @endif +