minor fixes
parent
678310e0d6
commit
2e55a90eb0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue