{{-- Bootstrap CSS --}}
{{-- Logo --}}
{{-- Title --}}
{{ trns('Enter your Otp') }}
{{-- Error Message --}} @if (session('error'))
{{ session('error') }}
@endif {{-- Form --}}
@method('POST') @csrf
{{ trns('otp') }}
@isset($error)
{{ $error }}
@endisset
{{ trns('next') }}
{{ trns('return') }}
{{-- Bootstrap JS --}}