@extends('account.layout.auth') @section('content')
Reset Password
{{ csrf_field() }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Send Password Reset Link
Login Here!
@endsection