- @includeWhen(!request()->is('checkout'), 'rapidez::layouts.partials.header')
- @includeWhen(request()->is('checkout'), 'rapidez::layouts.checkout.header')
+ @includeWhen(!request()->routeIs('checkout'), 'rapidez::layouts.partials.header')
+ @includeWhen(request()->routeIs('checkout'), 'rapidez::layouts.checkout.header')
@yield('content')
- @includeWhen(!request()->is('checkout'), 'rapidez::layouts.partials.footer')
- @includeWhen(request()->is('checkout'), 'rapidez::layouts.checkout.footer')
+ @includeWhen(!request()->routeIs('checkout'), 'rapidez::layouts.partials.footer')
+ @includeWhen(request()->routeIs('checkout'), 'rapidez::layouts.checkout.footer')
@stack('page_end')
diff --git a/resources/views/layouts/partials/header/account.blade.php b/resources/views/layouts/partials/header/account.blade.php
index c0b62c714..f338d29f9 100644
--- a/resources/views/layouts/partials/header/account.blade.php
+++ b/resources/views/layouts/partials/header/account.blade.php
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@ class="block hover:bg-inactive px-3 py-2 cursor-pointer"
@if (App::providerIsLoaded('Rapidez\Account\AccountServiceProvider'))
@endif
diff --git a/resources/views/layouts/partials/header/minicart.blade.php b/resources/views/layouts/partials/header/minicart.blade.php
index 1c39cdfbf..9cd2a5461 100644
--- a/resources/views/layouts/partials/header/minicart.blade.php
+++ b/resources/views/layouts/partials/header/minicart.blade.php
@@ -1,17 +1,17 @@
-
+
@{{ item.product.name }} |
@{{ item.quantity }} |
@{{ item.prices.row_total.value | price }} |
-
+
@lang('Total') |
@{{ cart.prices.grand_total.value | price }} |
@@ -27,6 +27,6 @@
-
+