@extends('layouts.front-end.app') @section('title', translate('OTP_verification')) @section('content')
@csrf

{{ translate('resend_code_within') }}

s
{{translate('We’ve sent a verification code to ')}} {{ request('identity') }} {{translate('& your OTP will be expired within 2min.')}}
{{translate("Didn't receive the code?")}}
@endsection @push('script') @endpush