@extends('main-template') @section('content')

Checkout

{{ csrf_field() }}

Shipping information

{{-- @if ($contacts)--}} {{--
--}} {{-- --}} {{-- Please note that we are currently only able to ship to UK addresses. International shipping coming soon--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}}

Please note that we are currently only able to process UK orders through the checkout. Please contact us so we can assist you with International orders

@include('cart._contact_form')

Packaging options

@foreach ($packagingOptions as $option => $key)
@endforeach
@foreach($shippingOptions as $permission => $value) @if ($value)
@endif @endforeach

Payment

@stop @section('js_functions') my_main.get_regions(); my_main.cart_contacts(); @endsection