master
sergeybodin 2023-07-13 14:31:37 +03:00
parent 0bec6fc41f
commit 623fef26aa
1 changed files with 1 additions and 1 deletions

View File

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