-@endsection
\ No newline at end of file
+@endsection
+
+@push('scripts')
+
+
+
+
+@endpush
\ No newline at end of file
diff --git a/resources/views/attribute/edit.blade.php b/resources/views/attribute/edit.blade.php
index 0587d76..e6f53a5 100644
--- a/resources/views/attribute/edit.blade.php
+++ b/resources/views/attribute/edit.blade.php
@@ -2,7 +2,7 @@
@section('content')
-
+
{{ __('avored-ecommerce::attribute.edit') }}
@@ -27,4 +27,28 @@
-@endsection
\ No newline at end of file
+@endsection
+
+@push('scripts')
+
+
+
+
+@endpush
\ No newline at end of file
diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php
index 7b893d1..020f872 100644
--- a/resources/views/auth/passwords/email.blade.php
+++ b/resources/views/auth/passwords/email.blade.php
@@ -41,23 +41,22 @@
action="{{ route('admin.password.reset.token') }}">
@csrf
-
-@endsection
\ No newline at end of file
+@endsection
+
+@push('scripts')
+
+
+
+
+@endpush
diff --git a/resources/views/page/edit.blade.php b/resources/views/page/edit.blade.php
index e2d1617..2673830 100644
--- a/resources/views/page/edit.blade.php
+++ b/resources/views/page/edit.blade.php
@@ -1,7 +1,7 @@
@extends('avored-ecommerce::layouts.app')
@section('content')
-
+
@@ -26,4 +26,28 @@
-@endsection
\ No newline at end of file
+@endsection
+
+@push('scripts')
+
+
+
+
+@endpush
\ No newline at end of file
diff --git a/resources/views/page/index.blade.php b/resources/views/page/index.blade.php
index ef3d023..d2a16eb 100644
--- a/resources/views/page/index.blade.php
+++ b/resources/views/page/index.blade.php
@@ -10,4 +10,4 @@
{!! DataGrid::render($dataGrid) !!}
-@stop
\ No newline at end of file
+@stop
diff --git a/resources/views/payment/stripe/index.blade.php b/resources/views/payment/stripe/index.blade.php
index cee0d7a..bdb477b 100644
--- a/resources/views/payment/stripe/index.blade.php
+++ b/resources/views/payment/stripe/index.blade.php
@@ -121,12 +121,6 @@ function stripeTokenHandler(token) {
hiddenInput.setAttribute('value', token.id);
formWrapper.appendChild(hiddenInput);
- var hiddenInput = document.createElement('input');
- hiddenInput.setAttribute('type', 'hidden');
- hiddenInput.setAttribute('name', 'payment_option');
- hiddenInput.setAttribute('value', 'stripe');
- formWrapper.appendChild(hiddenInput);
-
}
diff --git a/resources/views/shipping/free-shipping.blade.php b/resources/views/shipping/free-shipping.blade.php
index 526fa52..188aa98 100644
--- a/resources/views/shipping/free-shipping.blade.php
+++ b/resources/views/shipping/free-shipping.blade.php
@@ -1,3 +1,39 @@
+
+@if($shippingOption->enable())
+