@include('include.auth-header')
Set your 4 digit 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