@extends('storefront.layout') @section('title', 'Secure checkout') @section('content')

Secure checkout

Complete your order

No account is required to place a prepaid order.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any()) @endif @foreach ($notices as $notice)
{{ $notice }}
@endforeach
@csrf

Contact

Shipping address

@if ($freeShippingApplies)
Free shipping applied Orders of ${{ number_format((float) $freeShippingThreshold, 2) }} or more ship free.
@else

@endif

Payment method

@foreach ($paymentMethods as $method) @endforeach

Pay on Terms

Apply for business credit to request payment terms. Approval and credit limits are not guaranteed.

Apply for payment terms
@endsection