@extends('layouts.login-tailwind') @section('title', __('Enter OTP')) @section('styles') @endsection @section('content')

{{ __('Enter OTP') }}

{{ __('We\'ve sent a one-time password to your email. Enter it below to continue.') }}

@csrf
{{ __('Back') }}
@endsection