-
- {{ __('shop::app.customer.account.profile.fname') }}
-
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit_form_controls.before', ['customer' => $customer]) !!}
-
-
- @{{ errors.first('first_name') }}
-
+
+
+ {{ __('shop::app.customer.account.profile.fname') }}
+
+
+
+
+ @{{ errors.first('first_name') }}
+
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.first_name.after', ['customer' => $customer]) !!}
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.first_name.after', ['customer' => $customer]) !!}
-
-
- {{ __('shop::app.customer.account.profile.lname') }}
-
+
+
+ {{ __('shop::app.customer.account.profile.lname') }}
+
-
-
-
+
+
+
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.last_name.after', ['customer' => $customer]) !!}
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.last_name.after', ['customer' => $customer]) !!}
-
-
- {{ __('shop::app.customer.account.profile.gender') }}
-
+
+
+ {{ __('shop::app.customer.account.profile.gender') }}
+
-
-
+
+
- gender == "") selected @endif>
- gender == "Other")
- selected="selected"
- @endif>
- {{ __('velocity::app.shop.gender.other') }}
-
+ gender == "") selected @endif>
+ gender == "Other")
+ selected="selected"
+ @endif>
+ {{ __('velocity::app.shop.gender.other') }}
+
- gender == "Male")
- selected="selected"
- @endif>
- {{ __('velocity::app.shop.gender.male') }}
-
+ gender == "Male")
+ selected="selected"
+ @endif>
+ {{ __('velocity::app.shop.gender.male') }}
+
- gender == "Female")
- selected="selected"
- @endif>
- {{ __('velocity::app.shop.gender.female') }}
-
-
+
gender == "Female")
+ selected="selected"
+ @endif>
+ {{ __('velocity::app.shop.gender.female') }}
+
+
-
-
-
-
-
@{{ errors.first('gender') }}
+
+
+
+
@{{ errors.first('gender') }}
+
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.gender.after', ['customer' => $customer]) !!}
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.gender.after', ['customer' => $customer]) !!}
-
-
- {{ __('shop::app.customer.account.profile.dob') }}
-
+
+
+ {{ __('shop::app.customer.account.profile.dob') }}
+
-
-
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.date_of_birth.after', ['customer' => $customer]) !!}
-
-
-
- {{ __('shop::app.customer.account.profile.email') }}
-
-
-
-
- @{{ errors.first('email') }}
-
-
-
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.email.after', ['customer' => $customer]) !!}
-
-
-
- {{ __('velocity::app.shop.general.enter-current-password') }}
-
-
-
-
-
-
-
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.oldpassword.after', ['customer' => $customer]) !!}
-
-
-
- {{ __('velocity::app.shop.general.new-password') }}
-
-
-
-
-
-
- @{{ errors.first('password') }}
+
+ @{{ errors.first('date_of_birth') }}
-
+
- {!! view_render_event('bagisto.shop.customers.account.profile.edit.password.after', ['customer' => $customer]) !!}
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.date_of_birth.after', ['customer' => $customer]) !!}
-
-
- {{ __('velocity::app.shop.general.confirm-new-password') }}
-
+
+
+ {{ __('shop::app.customer.account.profile.email') }}
+
-
-
-
-
- @{{ errors.first('password_confirmation') }}
-
-
+
+
+ @{{ errors.first('email') }}
+
- {!! view_render_event('bagisto.shop.customers.account.profile.edit_form_controls.after', ['customer' => $customer]) !!}
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.email.after', ['customer' => $customer]) !!}
-
- {{ __('velocity::app.shop.general.update') }}
-
-
+
+
+ {{ __('velocity::app.shop.general.enter-current-password') }}
+
+
+
+
+
+
+
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.oldpassword.after', ['customer' => $customer]) !!}
+
+
+
+ {{ __('velocity::app.shop.general.new-password') }}
+
+
+
+
+
+
+ @{{ errors.first('password') }}
+
+
+
+
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit.password.after', ['customer' => $customer]) !!}
+
+
+
+ {{ __('velocity::app.shop.general.confirm-new-password') }}
+
+
+
+
+
+
+ @{{ errors.first('password_confirmation') }}
+
+
+
+
+ {!! view_render_event('bagisto.shop.customers.account.profile.edit_form_controls.after', ['customer' => $customer]) !!}
+
+
+ {{ __('velocity::app.shop.general.update') }}
+
+
{!! view_render_event('bagisto.shop.customers.account.profile.edit.after', ['customer' => $customer]) !!}
@endsection
\ No newline at end of file
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
index d2f766af4..c2e52c60e 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
@@ -3,21 +3,10 @@
$comparableAttributes = $attributeRepository->getComparableAttributesBelongsToFamily();
$locale = request()->get('locale') ?: app()->getLocale();
-
+
$attributeOptionTranslations = DB::table('attribute_option_translations')->where('locale', $locale)->get()->toJson();
@endphp
-@push('css')
-
-@endpush
-
@push('scripts')
- @endpush
- @endauth
-@endsection
-
-@push('scripts')
-
-
-
-@endpush
\ No newline at end of file
+ @push('scripts')
+
+ @endpush
+@endsection
\ No newline at end of file
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/category.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/category.blade.php
index 33477ccaf..7f61ab8f0 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/home/category.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/category.blade.php
@@ -1,116 +1,4 @@
-@inject ('productRepository', 'Webkul\Product\Repositories\ProductRepository')
-
-
-@push('scripts')
-
-
-
-@endpush
\ No newline at end of file
+ locale-direction="{{ core()->getCurrentLocale()->direction == 'rtl' ? 'rtl' : 'ltr' }}">
+
\ No newline at end of file
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/hot-categories.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/hot-categories.blade.php
index 4c6d42638..79de54d30 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/home/hot-categories.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/hot-categories.blade.php
@@ -7,66 +7,4 @@
@endforeach
-
-
-@push('scripts')
-
-
-
-@endpush
+
\ No newline at end of file
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/popular-categories.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/popular-categories.blade.php
index 1545b06a3..82b5feb91 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/home/popular-categories.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/popular-categories.blade.php
@@ -4,33 +4,7 @@
@foreach ($category as $slug)
- @php
- $categoryDetails = app('Webkul\Category\Repositories\CategoryRepository')->findByPath($slug);
- @endphp
-
- @if ($categoryDetails)
-
-
-
-
-
-
-
-
{{ $categoryDetails->name }}
-
-
-
-
-
- @endif
+
@endforeach
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/slider.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/slider.blade.php
index 74b2caf70..660aa29bf 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/home/slider.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/slider.blade.php
@@ -29,7 +29,7 @@
+ alt="" width="1298" height="450" />
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-links/footer-left.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-links/footer-left.blade.php
index 68c34ad02..213b15a26 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-links/footer-left.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-links/footer-left.blade.php
@@ -4,11 +4,11 @@
@if ($logo = core()->getCurrentChannel()->logo_url)
+ class="logo full-img" alt="" width="200" height="50" />
@else
+ class="logo full-img" alt="" width="200" height="50" />
@endif
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-logo.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-logo.blade.php
index 6e0569309..dbac17c65 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-logo.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/footer-logo.blade.php
@@ -1,5 +1,5 @@
+ class="logo full-img" alt="" width="200" height="50" />
\ No newline at end of file
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/index.blade.php
index d6ce06ced..e7af20c0e 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/index.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/index.blade.php
@@ -1,6 +1,6 @@