minor fixes

master
Константин 2023-12-29 11:25:23 +03:00
parent 678310e0d6
commit 2e55a90eb0
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@
</head>
<body>
<div class="wrapper">
<p class="header">Здравствуйте!</p>
<p class="header">
@if($recipient->firstAndMidName ?? null) Здравствуйте, {{$recipient->firstAndMidName}}!
@else Здравствуйте!
@endif
</p>
<div class="content">
@yield('content')
</div>