@extends('layouts.app') @section('content')

Edit Address

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

This will make this address the default for billing/shipping based on the type selected above.

Cancel
@endsection @push('js') @endpush