Payment & Billing
@csrf
Payment: Add User
Amount:
$
Promo Code:
Apply
Card Number*:
Expiration Date*:
CVN*:
Billing Information
First Name*:
Last Name*:
Address*:
City*:
Country*:
Select Country
@foreach($country as $cntry)
country_id == $billingaddress->country_id) selected @endif>{{$cntry->country }}
@endforeach
State*:
Select State
@foreach($all_state as $statemst)
state_id == $billingaddress->state_id) selected @endif>{{$statemst->state }}
@endforeach
Zip*:
Phone*:
Update
Cancel
Name:
{{$billingaddress->first_name}} {{$billingaddress->last_name}}
Address:
{{$billingaddress->address}}
State:
{{$billingaddress->state->state}}
ZipCode:
{{$billingaddress->zip}}
Country:
{{$billingaddress->country->country}}
Phone:
{{$billingaddress->phone_no}}