diff --git a/resources/views/components/button/wishlist.blade.php b/resources/views/components/button/wishlist.blade.php index 2e15c53..5f5b679 100644 --- a/resources/views/components/button/wishlist.blade.php +++ b/resources/views/components/button/wishlist.blade.php @@ -1,7 +1,7 @@ @props(['productId' => $product->entity_id ?? null]) - +
class('w-full') }}> @include('rapidez-mw::partials.item.button')
diff --git a/resources/views/partials/item/add.blade.php b/resources/views/partials/item/add.blade.php index 2644250..639b423 100644 --- a/resources/views/partials/item/add.blade.php +++ b/resources/views/partials/item/add.blade.php @@ -1,4 +1,4 @@ -
+
@include('rapidez-mw::partials.item.title') @include('rapidez-mw::partials.item.view')
diff --git a/resources/views/partials/item/title.blade.php b/resources/views/partials/item/title.blade.php index 32a4a09..572a41d 100644 --- a/resources/views/partials/item/title.blade.php +++ b/resources/views/partials/item/title.blade.php @@ -1,3 +1,28 @@ - - @{{ wishlist.title }} - \ No newline at end of file + +
+ + +
+