@extends('frontend.layouts.app') @section('content') {{ translate('Verify Your Number')}} @csrf {{ $errors->first('Phone Number') }} {{ translate('Send OTP') }} {{ translate('Already Verified then ')}}{{ translate('Log In')}} @endsection @section('script') @if(\App\BusinessSetting::where('type', 'google_recaptcha')->first()->value == 1) @endif @endsection
{{ translate('Already Verified then ')}}{{ translate('Log In')}}