@extends('layouts.main-app') @section('title', 'Forgot Password') @section('content') @include('layouts.navbar')
@csrf

Forgot Password

Make sure your password is strong and secure. Use a combination of letters,number, and special characters.

@include('layouts.footer') @endsection