{{ __('shop::app.wishlist.title') }}
@if(count($items))
-
diff --git a/packages/Webkul/Shop/src/Resources/views/error.blade.php b/packages/Webkul/Shop/src/Resources/views/error.blade.php
new file mode 100644
index 000000000..d78938fdb
--- /dev/null
+++ b/packages/Webkul/Shop/src/Resources/views/error.blade.php
@@ -0,0 +1,19 @@
+@extends('shop::layouts.master')
+@section('content-wrapper')
+
+
+
+
404
+
Page Not Found
+
+
GO TO HOME
+ {{-- pass the content dynamically --}}
+ Show the exception here or error message here.
+
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/packages/Webkul/Shop/src/Resources/views/index.blade.php b/packages/Webkul/Shop/src/Resources/views/index.blade.php
index a8e715d27..38d8cd592 100644
--- a/packages/Webkul/Shop/src/Resources/views/index.blade.php
+++ b/packages/Webkul/Shop/src/Resources/views/index.blade.php
@@ -1,22 +1,11 @@
@inject('rateHelper' , 'Webkul\Shipping\Helper\Rate')
-
-
-