@include('website.order.partials.personal-information')
@if (!$user)
@include('website.order.partials.account-information')
@endif
@include('website.order.partials.billing-information')
@include('website.order.partials.corporate-information')
@if ($shipment->type == 'post-office')
@include('website.order.partials.shipment-postoffice')
@endif
@if ($shipment->type == 'post-box')
@include('website.order.partials.shipment-postbox')
@endif
@if ($shipment->type == 'post-address' || $shipment->type == 'courier-dhl' || $shipment->type == 'post-czech' || $shipment->type == 'post-europe')
@include('website.order.partials.shipment-information')
@endif
@if ($shipment->type == 'veda-sav' || $shipment->type == 'veda-stefanikova')
{{Form::hidden('billing_shipment_equal', 1)}}
@else
@endif
@include('website.order.partials.additional-notes')