@extends('layouts.app') @section('content') Add New Address Back to Settings @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Address Type Billing Address For payment processing Shipping Address For delivery Both For billing and shipping Search Address (Optional) First Name * Last Name * Company (Optional) Address Line 1 * Address Line 2 (Optional) City * State * ZIP Code * Phone Number (Optional) Email (Optional) Set as default address for this type This will make this address the default for billing/shipping based on the type selected above. Cancel Save Address @endsection @push('js') @endpush
This will make this address the default for billing/shipping based on the type selected above.