@extends($activeTemplate.'layouts.auth') @section('content') @php $auth = getContent('auth.content', true); @endphp @lang('Please Verify Your Mobile to Get Access') {{auth()->user()->mobile}} @csrf @lang('Verification Code') * @lang('Submit') @lang('If you don\'t get any code'), @lang('Try again') @if ($errors->has('resend')) {{ $errors->first('resend') }} @endif @lang('Welcome to') @endsection @push('script') @endpush
@lang('If you don\'t get any code'), @lang('Try again')