@extends('web.layouts.layout')
@section('content')
@if ($errors->any())
@include('web.promotion._intro')
@include('web.promotion._free_product')
@include('web.promotion._shop_products')
@include('web.promotion._shipping')
@include('web.promotion._fairplay')
@include('web.promotion._promotion_cart')
@include('web.components._margin_cart')
@if(Yard::instance('shopping')->isQuickShipping())
@include('web.components._invoice_details_quick')
@else
@include('web.components._invoice_details')
@endif
@include('web.components._checkout')
{!! Form::close() !!}
@endsection
@section('scripts')
@endsection