@extends('layouts/fullLayoutMaster') @section('title', 'Forgot Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content') Recover your password Please enter your email address and we'll send you instructions on how to reset your password. @if (session('status')) {{ session('status') }} @endif @csrf Email @error('email') {{ $message }} @enderror Back to Login Recover Password @endsection
Please enter your email address and we'll send you instructions on how to reset your password.