@extends('layouts.guest2') @section('title', 'Forgot Password') @section('content')
Logo

Forgot Password

Reset your password

@if (Session::has('message')) @endif @if (session('status')) @endif @if ($errors->any()) @endif

Reset Your Password

Enter your email to receive a reset link

@csrf

© {{ date('Y') }} {{ $settings->site_name }}. All Rights Reserved.

@endsection @section('scripts') @endsection