diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index fed3fb26861b..2f0597a6f7de 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -19,24 +19,24 @@ @stop @@ -64,7 +64,7 @@ } @if (isset($invoiceNow) && $invoiceNow) - getStarted(); + getStarted(); @endif function isStorageSupported() { @@ -94,29 +94,29 @@
+
+ - @yield('content') +@yield('content') -