@extends('layouts.app') @section('content') Edit Address Back to Settings @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Address Type type === 'billing' ? 'checked' : '' }} required> Billing Address For payment processing type === 'shipping' ? 'checked' : '' }} required> Shipping Address For delivery type === 'both' ? 'checked' : '' }} required> 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) is_default ? 'checked' : '' }}> Set as default address for this type This will make this address the default for billing/shipping based on the type selected above. Cancel Update Address @endsection @push('js') @endpush
This will make this address the default for billing/shipping based on the type selected above.