@php($user = Auth::guard('web')->user()) {{ trans('otp.title') }} @if(app()->getLocale() == 'ar') @endif
map-bg
{{ csrf_field() }}
@if($errors->has('otp')) {{ $errors->first('otp') }} @endif
{{-- --}}