@extends('layouts.app') @section('title') Checkout - Order summary @endsection @section('content') {{-- postshop.ch --}} {{__('message.Secure connection')}} {{__('message.Delivery Details')}} {{__('message.Addresses')}} {{__('message.Order Summary')}} {{__('message.Payment')}} {{__('message.Review')}} @csrf @method('GET') {{__('message.Your details')}} {{__('message.Edit')}} {{request()->get('email')}} {{request()->get('phone')}} {{__('message.Delivery details')}} {{request()->get('title')}} {{request()->get('first_name').' ' .request()->get('last_name')}} {{request()->get('street')}} {{request()->get('town')}} {{request()->get('company_association')}} {{request()->get('postcode')}} {{request()->get('countryIso')}} {{__('message.Edit')}} {{__('message.Billing details')}} {{__('message.as per delivery address')}} {{__('message.Registered postage(switzerland)')}} {{__('message.Order Nots')}} {{__('message.I have read and accept the')}} {{__('message.General Terms and Conditions.')}} {{__('message.I would like to subscribe to the newsletter to stay informed about news and promotions on')}} {{__('message.Confirm to pay')}} @include('layouts.footer') @endsection @push('scripts') @endpush
{{__('message.Secure connection')}}
{{__('message.Edit')}}
{{request()->get('email')}}
{{request()->get('phone')}}
{{request()->get('title')}} {{request()->get('first_name').' ' .request()->get('last_name')}}
{{request()->get('street')}}
{{request()->get('town')}}
{{request()->get('company_association')}} {{request()->get('postcode')}}
{{request()->get('countryIso')}}
{{__('message.as per delivery address')}}
{{__('message.Registered postage(switzerland)')}}