@extends('layouts.user') @section('content')

PASSWORD RESET

@if (session('status')) @endif

Fill with your email to receive instructions on how to reset your password.

@csrf
@error('email') {{ $message }} @enderror

Back to Login

@include("layouts.includes.footer-page")
@endsection @section('scripts') @endsection