@extends('layouts.auth_app') @section('content')

Forgot password

@if (\Session::has('status'))
{!! \Session::get('status') !!}
@endif @include('flash::message')

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

@include('errors._form')

© {{ date('Y') }} Grey Suit Retail.. All Rights Reserved
@endsection