diff --git a/resources/views/account/edit.blade.php b/resources/views/account/edit.blade.php index ba84a0a3..bb0f358d 100644 --- a/resources/views/account/edit.blade.php +++ b/resources/views/account/edit.blade.php @@ -8,10 +8,18 @@
- @include('rapidez-ct::account.partials.sections.edit.addresses') - @include('rapidez-ct::account.partials.sections.edit.newsletter') - @include('rapidez-ct::account.partials.sections.edit.email') - @include('rapidez-ct::account.partials.sections.edit.password') + + @include('rapidez-ct::account.partials.sections.edit.addresses') + + + @include('rapidez-ct::account.partials.sections.edit.newsletter') + + + @include('rapidez-ct::account.partials.sections.edit.email') + + + @include('rapidez-ct::account.partials.sections.edit.password') + diff --git a/resources/views/account/forgotpassword.blade.php b/resources/views/account/forgotpassword.blade.php index e9f29112..3842ead6 100644 --- a/resources/views/account/forgotpassword.blade.php +++ b/resources/views/account/forgotpassword.blade.php @@ -11,8 +11,12 @@ @lang('Login') - @include('rapidez-ct::account.partials.forgotpassword') - @include('rapidez-ct::account.partials.register') + + @include('rapidez-ct::account.partials.forgotpassword') + + + @include('rapidez-ct::account.partials.register') +
diff --git a/resources/views/account/login.blade.php b/resources/views/account/login.blade.php index 5c81c1d5..a94b179f 100644 --- a/resources/views/account/login.blade.php +++ b/resources/views/account/login.blade.php @@ -11,8 +11,12 @@ @lang('Login') - @include('rapidez-ct::account.partials.login') - @include('rapidez-ct::account.partials.register') + + @include('rapidez-ct::account.partials.login') + + + @include('rapidez-ct::account.partials.register') + diff --git a/resources/views/account/order.blade.php b/resources/views/account/order.blade.php index ec75d012..3e9226dc 100644 --- a/resources/views/account/order.blade.php +++ b/resources/views/account/order.blade.php @@ -25,7 +25,9 @@
@include('rapidez-ct::account.partials.order.products') - @include('rapidez-ct::account.partials.order.order-info') + + @include('rapidez-ct::account.partials.order.order-info') + diff --git a/resources/views/account/partials/forgotpassword.blade.php b/resources/views/account/partials/forgotpassword.blade.php index fb34887e..bfcf603e 100644 --- a/resources/views/account/partials/forgotpassword.blade.php +++ b/resources/views/account/partials/forgotpassword.blade.php @@ -4,35 +4,33 @@ :clear="true" :notify="{ message: '@lang('An email is send with a password reset link if an account exists with the provided email address.')' }" > - -
- - @lang('Forgot Your Password?') - -

- @lang('Enter your email address below, you will receive an email within minutes to reset the password.') -

- -
- - @lang('Back to login') - - - @lang('Send') - - -
- -
+
+ + @lang('Forgot Your Password?') + +

+ @lang('Enter your email address below, you will receive an email within minutes to reset the password.') +

+ +
+ + @lang('Back to login') + + + @lang('Send') + + +
+ diff --git a/resources/views/account/partials/layout.blade.php b/resources/views/account/partials/layout.blade.php index 601343ea..d6e8604e 100644 --- a/resources/views/account/partials/layout.blade.php +++ b/resources/views/account/partials/layout.blade.php @@ -38,8 +38,12 @@ @lang('Login') - @include('rapidez-ct::account.partials.login', ['redirect' => false]) - @include('rapidez-ct::account.partials.register') + + @include('rapidez-ct::account.partials.login', ['redirect' => false]) + + + @include('rapidez-ct::account.partials.register') + diff --git a/resources/views/account/partials/login.blade.php b/resources/views/account/partials/login.blade.php index b6353eda..e764c110 100644 --- a/resources/views/account/partials/login.blade.php +++ b/resources/views/account/partials/login.blade.php @@ -1,33 +1,31 @@ - -
- - -
- - @lang('Forgot your password?') - - - @lang('Login') - - -
- -
+
+ + +
+ + @lang('Forgot your password?') + + + @lang('Login') + + +
+
diff --git a/resources/views/account/partials/order/order-info.blade.php b/resources/views/account/partials/order/order-info.blade.php index e25b6b12..d79b2cc5 100644 --- a/resources/views/account/partials/order/order-info.blade.php +++ b/resources/views/account/partials/order/order-info.blade.php @@ -1,60 +1,58 @@ - -
-
- - -
-
- - - @lang('Payment method') - -
-
    -
  • - @{{ data.name }} -
  • -
- @if (!empty($slot)) -
- {{ $slot }} -
- @endif -
-
- - - @lang('Delivery method') - -
-
    -
  • -
- @if (!empty($slot)) -
- {{ $slot }} -
- @endif -
-
-
+
+
+ +
- +
+ + + @lang('Payment method') + +
+
    +
  • + @{{ data.name }} +
  • +
+ @if (!empty($slot)) +
+ {{ $slot }} +
+ @endif +
+
+ + + @lang('Delivery method') + +
+
    +
  • +
+ @if (!empty($slot)) +
+ {{ $slot }} +
+ @endif +
+
+
+
diff --git a/resources/views/account/partials/register-account.blade.php b/resources/views/account/partials/register-account.blade.php index 1c9e124a..01022286 100644 --- a/resources/views/account/partials/register-account.blade.php +++ b/resources/views/account/partials/register-account.blade.php @@ -97,7 +97,9 @@ class="grid gap-5 md:grid-cols-2" @endif - + + + diff --git a/resources/views/account/partials/register.blade.php b/resources/views/account/partials/register.blade.php index 7252c53e..5c4ae240 100644 --- a/resources/views/account/partials/register.blade.php +++ b/resources/views/account/partials/register.blade.php @@ -1,12 +1,10 @@ - - - @lang('Register within 1 minute') - -

- @lang('Don\'t have an account yet? Create an account and enjoy faster ordering, repeat orders, status of your order, easy returns and more!') -

- - @lang('Register') - - -
+ + @lang('Register within 1 minute') + +

+ @lang('Don\'t have an account yet? Create an account and enjoy faster ordering, repeat orders, status of your order, easy returns and more!') +

+ + @lang('Register') + + diff --git a/resources/views/account/partials/resetpassword.blade.php b/resources/views/account/partials/resetpassword.blade.php index ee2d8e34..020f7d62 100644 --- a/resources/views/account/partials/resetpassword.blade.php +++ b/resources/views/account/partials/resetpassword.blade.php @@ -5,31 +5,29 @@ :clear="true" :notify="{ message: '@lang('Your password has been changed, please login.')' }" > - -
- - - - - @lang('Change password') - - -
+
+ + + + + @lang('Change password') + + diff --git a/resources/views/account/partials/sections/edit/addresses.blade.php b/resources/views/account/partials/sections/edit/addresses.blade.php index 45ee425e..e6398520 100644 --- a/resources/views/account/partials/sections/edit/addresses.blade.php +++ b/resources/views/account/partials/sections/edit/addresses.blade.php @@ -1,10 +1,8 @@ - -
- @include('rapidez-ct::account.partials.address-cards') - @include('rapidez-ct::account.partials.address-cards-popup') -
-
\ No newline at end of file +
+ @include('rapidez-ct::account.partials.address-cards') + @include('rapidez-ct::account.partials.address-cards-popup') +
diff --git a/resources/views/account/partials/sections/edit/email.blade.php b/resources/views/account/partials/sections/edit/email.blade.php index 74e40189..66a0381c 100644 --- a/resources/views/account/partials/sections/edit/email.blade.php +++ b/resources/views/account/partials/sections/edit/email.blade.php @@ -1,37 +1,35 @@ - - -
- - @lang('Change e-mail address') - - - + + + + @lang('Change e-mail address') + + + -
- - @lang('Change e-mail address') - +
+ + @lang('Change e-mail address') + -
- @lang('Changed successfully!') -
+
+ @lang('Changed successfully!')
- - - +
+ + diff --git a/resources/views/account/partials/sections/edit/password.blade.php b/resources/views/account/partials/sections/edit/password.blade.php index 74392c3a..d943ed9a 100644 --- a/resources/views/account/partials/sections/edit/password.blade.php +++ b/resources/views/account/partials/sections/edit/password.blade.php @@ -1,36 +1,34 @@ - - -
- - @lang('Change password') - - - + + + + @lang('Change password') + + + -
- - @lang('Change password') - +
+ + @lang('Change password') + -
- @lang('Changed successfully!') -
+
+ @lang('Changed successfully!')
- - - +
+ + diff --git a/resources/views/account/resetpassword.blade.php b/resources/views/account/resetpassword.blade.php index dff73b8a..6e3dbaa3 100644 --- a/resources/views/account/resetpassword.blade.php +++ b/resources/views/account/resetpassword.blade.php @@ -11,8 +11,12 @@ @lang('Reset password') - @include('rapidez-ct::account.partials.resetpassword') - @include('rapidez-ct::account.partials.register') + + @include('rapidez-ct::account.partials.resetpassword') + + + @include('rapidez-ct::account.partials.register') +
diff --git a/resources/views/checkout/partials/sections/address.blade.php b/resources/views/checkout/partials/sections/address.blade.php index 095c8789..f3c0929a 100644 --- a/resources/views/checkout/partials/sections/address.blade.php +++ b/resources/views/checkout/partials/sections/address.blade.php @@ -1,10 +1,9 @@ - + +