@extends('LandingPage.Layouts.master') @section('content')
Information
@csrf
@if(count($addresses) >0)
Choose Your Address
@foreach($addresses as $address)
first) checked @endif type="radio" id="{{$address->id}}" value="{{$address->id}}" name="address_id"/>
@endforeach
@endif
Add New Address
Choose payment Option:
Make your payment directly into our bank account. Your order will not be shipped until the funds have cleared in our account.
Make your payment directly into our bank account. Your order will not be shipped until the funds have cleared in our account.
Make your payment directly into our bank account. Your order will not be shipped until the funds have cleared in our account.
Make your payment directly into our bank account. Your order will not be shipped until the funds have cleared in our account.
Your Order
Discounts
-$0.00
Shipping
Free
Total
$0.00
@endsection @section('script') @endsection