@csrf

Give your email to reset your password

@if(Session::get('message') && Session::has('message') != "") @if(Session::get('message_type') && Session::has('message_type') != "" )
{{Session::get('message')}}
@endif @endif @if (session('status'))
{{ session('status') }}
@endif
Login