@extends($user_shop ?'web.user.layouts.layout' : 'web.layouts.layout') @section('content')
{{-- --}}
{!! Form::open(['url' => route(Util::getPostRoute().'card_checkout_final', Util::addRoute()), 'class' => 'row clearfix', 'id'=>'']) !!}

Rechnung & Versand


Versand Adresse


Zahlungsart


{{ Yard::instance('shopping')->total() }} € Zwischensumme:
{{ Yard::instance('shopping')->shipping() }} € Versandkosten:

{{ Yard::instance('shopping')->subtotalWithShipping() }} € Summe ohne MwSt:
{{ Yard::instance('shopping')->taxWithShipping() }} € zzgl. {{ Yard::getTaxRate() }} % MwSt.:

{{ Yard::instance('shopping')->totalWithShipping() }} € Gesamtsumme:
{{--
NOTE: Email address will be used to login
--}} {!! Form::close() !!}
@endsection