diff --git a/resources/views/account/partials/account-features.blade.php b/resources/views/account/partials/account-features.blade.php index 8b0a7ff2..88e00193 100644 --- a/resources/views/account/partials/account-features.blade.php +++ b/resources/views/account/partials/account-features.blade.php @@ -2,12 +2,18 @@ @lang('Account features') - + +
  • + + @lang('Track status of your order and view order history') +
  • +
  • + + @lang('Quick and easy ordering without having to fill in your details every time') +
  • +
  • + + @lang('Everything centralized in 1 place such as returns, exchanges and customer service') +
  • +
    diff --git a/resources/views/account/register.blade.php b/resources/views/account/register.blade.php index 01dff0ef..d222eea2 100644 --- a/resources/views/account/register.blade.php +++ b/resources/views/account/register.blade.php @@ -11,7 +11,6 @@ @lang('Register') - @include('rapidez-ct::account.partials.register-account') diff --git a/resources/views/cart/content.blade.php b/resources/views/cart/content.blade.php index 6391b026..03323488 100644 --- a/resources/views/cart/content.blade.php +++ b/resources/views/cart/content.blade.php @@ -1,4 +1,4 @@ - + @include('rapidez-ct::cart.cart') @include('rapidez-ct::cart.partials.sidebar.sidebar') diff --git a/resources/views/cart/partials/sidebar/summary.blade.php b/resources/views/cart/partials/sidebar/summary.blade.php index 90615469..def2a412 100644 --- a/resources/views/cart/partials/sidebar/summary.blade.php +++ b/resources/views/cart/partials/sidebar/summary.blade.php @@ -41,7 +41,7 @@ class="flex w-full items-center justify-center gap-1 mt-6"
    - + @lang('Ordered within 2 minutes')
    diff --git a/resources/views/checkout/pages/credentials.blade.php b/resources/views/checkout/pages/credentials.blade.php index 70ece139..4a0579f2 100644 --- a/resources/views/checkout/pages/credentials.blade.php +++ b/resources/views/checkout/pages/credentials.blade.php @@ -6,7 +6,7 @@ @section('content')
    - + @lang('Credentials') diff --git a/resources/views/checkout/pages/payment.blade.php b/resources/views/checkout/pages/payment.blade.php index 7ae641f9..e62cb521 100644 --- a/resources/views/checkout/pages/payment.blade.php +++ b/resources/views/checkout/pages/payment.blade.php @@ -6,7 +6,7 @@ @section('content')
    - + @lang('Payment') diff --git a/resources/views/checkout/partials/address-card.blade.php b/resources/views/checkout/partials/address-card.blade.php index e59f4422..6b65558f 100644 --- a/resources/views/checkout/partials/address-card.blade.php +++ b/resources/views/checkout/partials/address-card.blade.php @@ -49,4 +49,4 @@ class="w-full sm:min-w-[350px]"
    - \ No newline at end of file + diff --git a/resources/views/checkout/partials/layout.blade.php b/resources/views/checkout/partials/layout.blade.php index 2d246136..77c8926b 100644 --- a/resources/views/checkout/partials/layout.blade.php +++ b/resources/views/checkout/partials/layout.blade.php @@ -1,4 +1,4 @@ - + diff --git a/resources/views/checkout/partials/sections/address.blade.php b/resources/views/checkout/partials/sections/address.blade.php index ff13c6b2..095c8789 100644 --- a/resources/views/checkout/partials/sections/address.blade.php +++ b/resources/views/checkout/partials/sections/address.blade.php @@ -26,30 +26,26 @@ @include('rapidez-ct::checkout.partials.shipping-billing-fields', ['type' => 'shipping']) - - -
    - -
    - @include('rapidez-ct::checkout.partials.shipping-billing-fields', ['type' => 'billing']) -
    -
    -
    + +
    + @include('rapidez-ct::checkout.partials.shipping-billing-fields', ['type' => 'billing']) +
    +
    diff --git a/resources/views/checkout/partials/sections/login/logged-out.blade.php b/resources/views/checkout/partials/sections/login/logged-out.blade.php index a54a4c2b..73c73040 100644 --- a/resources/views/checkout/partials/sections/login/logged-out.blade.php +++ b/resources/views/checkout/partials/sections/login/logged-out.blade.php @@ -70,5 +70,4 @@ class="justify-center" @lang('Login') - - + \ No newline at end of file diff --git a/resources/views/checkout/partials/sections/payment.blade.php b/resources/views/checkout/partials/sections/payment.blade.php index eb3459d8..82afa05a 100644 --- a/resources/views/checkout/partials/sections/payment.blade.php +++ b/resources/views/checkout/partials/sections/payment.blade.php @@ -1,42 +1,42 @@ - -
    -
    - @include('rapidez-ct::checkout.partials.sections.payment.payment-methods') -
    + +
    +
    + @include('rapidez-ct::checkout.partials.sections.payment.payment-methods')
    - - -
    -
    - - - - - @{{ agreement.name }} - -
    -
    -
    -
    +
    + + +
    +
    + + + + + @{{ agreement.name }} + +
    +
    +
    - +
    +
    \ No newline at end of file diff --git a/resources/views/checkout/partials/sections/success/features.blade.php b/resources/views/checkout/partials/sections/success/features.blade.php new file mode 100644 index 00000000..68d127af --- /dev/null +++ b/resources/views/checkout/partials/sections/success/features.blade.php @@ -0,0 +1,19 @@ + + + @lang('Success usps') + + +
  • + + @lang('Success usp 1') +
  • +
  • + + @lang('Success usp 2') +
  • +
  • + + @lang('Success usp 3') +
  • +
    +
    diff --git a/resources/views/checkout/partials/shipping-billing-fields.blade.php b/resources/views/checkout/partials/shipping-billing-fields.blade.php index 8890a42b..6c7b1dca 100644 --- a/resources/views/checkout/partials/shipping-billing-fields.blade.php +++ b/resources/views/checkout/partials/shipping-billing-fields.blade.php @@ -1,10 +1,13 @@ -

    - @if ($type == 'shipping') +@if ($type == 'shipping') +

    @lang('Shipping address') - @else +

    +@else +

    @lang('Billing address') - @endif -

    +

    +@endif +