@extends('master') @section('seo_title', 'Checkout') @section('seo_keywords', '') @section('seo_description', '') @section('content') @include('layout.breadcrumbs', ['page_title' => 'Checkout']) @if (empty($cart->items)) @include('cart.cart-empty') @else @lang('messages.FINISH_YOUR_ORDER') @guest @lang('messages.ALREADY_REGISTERED?') @lang('messages.SIGN_IN_TO_YOUR_ACCOUNT') @endguest @include('checkout.user-data') @include('checkout.address') @include('checkout.shipment') @include('checkout.payment') @include('checkout.observations') @lang('messages.YOUR_SHOPPING_CART') @include('checkout.summary') @endif @if (!empty($cart->items)) @include('layout.back-button') @endif @endsection
@lang('messages.ALREADY_REGISTERED?') @lang('messages.SIGN_IN_TO_YOUR_ACCOUNT')