@extends('layouts.new-layout') @section('title', 'Payment Method') @section('content') @include('partials.parallaxSlider', ['title' => 'Payment Method'])

Shipping Detail And Payment Method

{{ $address->firstname }} {{ $address->lastname }} ({{ $address->phone }})


Ship to
{{--
{{ $address->address }}, {{ $address->city }}, {{ $address->state }} , {{ $address->country }}, {{ $address->pincode }}
--}}

{{ $address->address, $address->city, $address->state , $address->country, $address->pincode }}


User Information

Mobile No: {{ $address->phone }} | Email: {{ $address->email }}

First Name: {{ $address->firstname }} | Last Name: {{ $address->lastname }}

Address: {{ $address->address }} | Apartment/Suite Number: {{ $address->locality ?? '-'}}

Zip: {{ $address->pincode }} | City: {{ $address->city }} | Province: {{ $address->state }} | Country:{{ $address->country }}

Shipping method

Standard Shipping ( 1- $shipping->delivery_days ?? '7' business days)

$shipping->price ?? '100'

Payment Method

Online(Coming Soon)


Offline

@if(true || $address && $address->shipping && $address->shipping->is_cash_on_delivery) @endif
Billing address

Same as shipping address


Use a different billing address

Contact information
Billing Address

{{--
--}}