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

Add Address


@error('name') {{$message}} @enderror
@error('phone') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('address') {{$message}} @enderror

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