@include('include.auth-header')
Forgot Pin
@if(Session::has('login_message'))

{{Session::get('login_message')}}

@endif @if(Session::has('message')) @if(Session::get('alert-class')=='success') @php $class = 'text-success'; @endphp @else @php $class = 'text-danger'; @endphp @endif

{{ Session::get('message') }}

@endif @if(count($errors) > 0 ) @endif

@csrf
@if ($errors->has('mobile')){{ $errors->first('mobile') }}@endif
@include('include.auth-footer') @if(Session::has('message')) @endif