@extends('layouts.login-template') @section('page-content')
Forgot Password?
@if(Session::has('success')) @endif @if(Session::has('fail')) @endif
@csrf
@php $loginlink=$user.'.login'; @endphp

Wait, I remember my password... Click here

@endsection