ZoShop Partner

@if ($step === 'phone') Sign in or register with your mobile number. @else Enter the OTP sent to {{ $phone }}. @endif

@if ($step === 'phone')
@error('phone')

{{ $message }}

@enderror
@else
@error('otp')

{{ $message }}

@enderror
@endif