@empty
{{-- No addresses other than the 'Add' card --}}
{{-- Adjust span if needed --}}
You haven't added any addresses yet.
@endforelse
{{-- Empty State Message (Only if $addresses is truly empty) --}}
{{-- This might be redundant now given the @empty above, but kept for clarity --}}
@if ($addresses->isEmpty())