@extends('layout.mainlayout') @section('content')
@csrf
Logo

Forgot Password?

If you forgot your password, well, then we’ll email you instructions to reset your password.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
Return to Login

Copyright © -Marquis Technologies Pvt. Ltd.

@endsection