@extends('layouts.auth') @section('title', 'Login Otp Verify') @section('content')
{{ __('we_have_sent_otp_on_your_email') }}
{{ Auth::guard('coordinator')->user()->email }}
{{ __('otp_expire_in') }}
--}} @endif{{ __('otp_expired_please_resend_otp') }}