@extends('dashboard.layouts.login') @section('content')
{{ csrf_field() }}

{{ __('Forgot Password?') }}

{{ __('Enter your Email address below to reset your password.') }}

@if ($errors->has('email') || $errors->has('password') )
{{ $errors->first('email') }}
@endif
{{ __('Back') }}
@endsection