diff --git a/resources/views/shop/product-grocery.blade.php b/resources/views/shop/product-grocery.blade.php
index ff47bff..b22b15e 100644
--- a/resources/views/shop/product-grocery.blade.php
+++ b/resources/views/shop/product-grocery.blade.php
@@ -1,735 +1,7 @@
@extends('layouts.landing', ['title' => 'Grocery Store - Product Page'])
@section('content')
- @include('layouts.partials/offcanvas2')
-
-
-
-
-
-
-
Delivery options
-
-
-
- -
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Add an address to start ordering
-
-
- Find on map
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Select a suitable store
-
-
- Find on map
-
-
-
-
-
-
-
-
-
-
-
Found stores:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @include('layouts.partials/menu-offcanvas')
-
-
-
-
-
-
-
-
-
AsiaGolf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Account
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/routes/web.php b/routes/web.php
index 2cd251c..24d76f5 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -49,7 +49,10 @@ Route::get('/products/ajax/brands-with-images', [ProductController::class, 'bran
Route::get('/products/ajax/categories', [ProductController::class, 'categories'])->name('product.ajax.categories');
Route::get('/products/ajax/genders', [ProductController::class, 'genders'])->name('product.ajax.genders');
Route::get('/products/ajax/announcements', [ProductController::class, 'announcements'])->name('product.ajax.announcements');
-Route::get('/product/{slug}', [ProductController::class, 'detail'])->name('product.detail');
+
+
+Route::get('/product/{slug}', [ProductController::class, 'detailFashion'])->name('product.detail');
+// Route::get('/product/{slug}', [ProductController::class, 'detailGrocery'])->name('product.detail');