@extends('.auth.layout_auth') @section('content')

QTR

Forgot password

Enter your email address and your password will be reset and emailed to you.

@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection