@extends('admin.layouts.cmlayout') @section('header') @endsection @section('body')

Forgot Your Password?

We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!

@if(session()->has('status')) @if(session()->get('status') == 'error')
× {{ session()->get('message') }}
@endif @if(session()->get('status') == 'success')
× {{ session()->get('message') }}
@endif @endif
@csrf

@endsection @section('footer') @endsection