@extends('layouts.guest') @section('title', 'Forgot your password') @section('content')
@if (session('status'))
{{ session('status') }}
×
@endif
Password Reset
@csrf
Your Email
*
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Continue
Repeat Login ?
Login
© Copyright {{date('Y')}} {{$settings->site_name}} All Rights Reserved.
@endsection