@if (Route::currentRouteName() == 'products.cart') @livewire('products.cartitems') @endif @if (Route::currentRouteName() == 'orders.confirmation') @livewire('orders.confirmation') @endif