@extends('layouts.shopcart') @section('content')

{{ c_trans('Finalizacja zamówienia') }}

@include($views['sections']['parts']['products']) @if(!$products->isEmpty())
{{ c_trans('Masz pytania?') }} {{ c_trans('Skontaktuj się') }} {{ c_template()->option('phone', '+48 22 599 44 99') }}
@include($views['sections']['parts']['options']) @cstack('shopcart.anonymous.shipment') @include($views['sections']['parts']['clients']) @include($views['sections']['parts']['invoices'])
@endif
@endsection @if ($products->isNotEmpty()) @include($views['sections']['scripts']) @endif @cstack('admin.shopcart.anonymous.end')