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

Shipping Address


@forelse ($addresses as $address) @empty @endforelse @if(count($addresses) > 0) + ADD ADDRESS @endif

Shipping Method

Payment Method

@if(count($carts) > 0)
Cart Summary
Total
₦{{\Cart::priceTotal()}}
Shipping options will be updated during checkout.
@endif
@endsection @section('script') @endsection