diff --git a/resources/views/vendor/mail/html/layout.blade.php b/resources/views/vendor/mail/html/layout.blade.php index b2af14ec2..4c537ac38 100644 --- a/resources/views/vendor/mail/html/layout.blade.php +++ b/resources/views/vendor/mail/html/layout.blade.php @@ -31,7 +31,7 @@ - {{ $header or '' }} + {{ $header ?? '' }} @@ -42,14 +42,14 @@
{{ Illuminate\Mail\Markdown::parse($slot) }} - {{ $subcopy or '' }} + {{ $subcopy ?? '' }}
- {{ $footer or '' }} + {{ $footer ?? '' }} @@ -57,3 +57,4 @@ + \ No newline at end of file