@extends('layouts.landing', ['title' => 'Account - OTP Verification']) @section('content') {{ __('otp.title', ['type' => $type == 'email' ? 'Email' : 'Phone']) }} {{ __('otp.description', ['phone' => $identity]) }} {{-- error message --}} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{ __('otp.enter_code') }} {{ __('otp.invalid_code') }} {{ __('otp.back_to_login') }} {{ __('otp.resend_code') }} {{ __('otp.verify') }} @endsection @section('scripts') @endsection