@csrf
@error('email') {{ $message }} @enderror
@if (auth()->check() && auth()->user()->address == null)

Note: You haven't set your address. Please provide the shipping address to proceed with the order.

@endif
{{-- check() && auth()->user()->address == null) disabled @endif> --}}