ওটিপি যাচাই করুন
@if(Session::has('success')){!! Session::get('success') !!}
@endif @if(Session::has('wrong'))
{!! Session::get('wrong') !!}
@endif
@if($try_time == 3)
This is your last chance
@endif