@extends('layouts.app') @section('appjs') @endsection @section('content') @section('page_title') Welcome to Whistle Support @endsection
{{ __('Enter OTP') }}
@csrf
@error('password') {{ $message }} @enderror
{{ __('Resend OTP') }}
{{ __('Back To Login') }}
@endsection