@extends('layouts.app') @section('title') Checkout | Sanlive Pharmarcy @endsection @section('head') @endsection @section('content') @section('styles') @endsection
@csrf

Shipping Address {{ _('Change >') }}

Name: {{ $address->name }}

Address: {{ $address->address?$address->address.',': '' }} {{ $address->city?$address->city.',': '' }} {{ $address->state?$address->state.',':'' }} {{ $address->country?$address->country.',':'' }}

{{ $address->phone?'Phone: '.$address->phone: '' }}

{{ $address->email?'Email: '. $address->email: '' }}

Delivery Details

Select Payment Method

Pay with Paystack with your local Nigerian card
Your information is secured
Pay with Flutterwave for both local and internation cards, your card
information is secured
@if(count($carts) > 0)
Cart Summary
Item Total
₦{{\Cart::priceTotal()}}
Delivery Fee
{{moneyFormat(0)}}
Total
{{moneyFormat(\Cart::priceTotalFloat())}}
{{--
You will be able to add a voucher when selecting your payment method.
--}}
Continue Shopping
@endif
@endsection @section('script') @endsection