@include('Website.Includes.header', ['meta_Details' => $meta_details])
Processing...
@if ($userType == 'authenticated') @else @endif
@if ($userType == 'guest')

Avail 10% more discount by signning up or logging in.

Login/Signup
@endif
@if ($userType == 'authenticated')
@endif
@foreach ($addresses as $address)

{{ $address->f_name . ' ' . $address->l_name }}
{{ $address->company }}
{{ $address->address_type == 'both' ? 'Billing & Shipping' : $address->address_type }}

{{ $address->street_address }}

{{ $address->suburb }}, {{ $address->city }}, {{ $address->state }}, {{ $address->post_code }}


@endforeach
@if ($addresses->isEmpty())
@endif
Payment Methods
@foreach ($cartData as $data)
Product Image

{{ $data['title'] }}

${{ $data['amount'] }} * {{ $data['quantity'] }}

=

${{ $data['amount'] * $data['quantity'] }}


@endforeach

Subtotal

${{ $subTotal - $totalGst }}

**Expedited orders cannot be shipped or delivered on weekends/holidays nor can they be shipped to a POBox.


Total

${{ $totalAmount }}

@foreach ($plans as $plan)
{{ $plan->discount_percentage }}%
@endforeach
@include('Website.Includes.footer')