@extends('layouts.auth') @section('content')
@csrf

{{ __('One Time Password') }}

@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
@error('code') {{ $message }} @enderror
@endsection @section('js') @if (config('services.google.recaptcha.enable') == 'on') @endif @endsection