diff --git a/resources/views/mail/layouts/layout.blade.php b/resources/views/mail/layouts/layout.blade.php index 9272b44..f21dc1a 100644 --- a/resources/views/mail/layouts/layout.blade.php +++ b/resources/views/mail/layouts/layout.blade.php @@ -9,7 +9,7 @@
- @if($recipient)

Здравствуйте, {{$recipient->firstAndMidName}}!

@endif +

Здравствуйте!

@yield('content')