@extends('frontend.layouts.app') @section('content') {{ translate('Please Enter OTP')}} @csrf {{ $errors->first('OTP') }} {{ translate('Verify OTP') }} @endsection @section('script') @if(\App\BusinessSetting::where('type', 'google_recaptcha')->first()->value == 1) @endif @endsection