@extends('EcomAuthViews::layouts.authentication.layout',[ "heightAdjuster" => (session('guest')==1) ? 80 : 400 ]) @section('content')
@csrf
OTP code has been sent to the below:
@foreach($sent_to as $sent)
@include('EcomAuthViews::icons.'.$sent['icon']) {{$sent["value"] }}.@if($loop->last) Choose another @endif
@endforeach
@component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.pin') ])
@error('code') {{$message}} @enderror @endcomponent
Didn't revieve OTP? Resend
@endsection @section('scripts') @endsection