@extends('layouts.landing', ['title' => 'Account - OTP Verification']) @section('content')

{{ __('otp.title') }}

{{ __('otp.description', ['phone' => $identity]) }}

{{-- show message if error --}} @if ($errors->has('otp'))
{{ $errors->first('otp') }}
@endif
@csrf
{{ __('otp.invalid_code') }}
Girl
@endsection @section('scripts') @endsection