@extends('layouts.frontend') @section('title', 'Password Change') @section('content') Forgot Password @include('flash::message') {!! csrf_field() !!} Enter Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Send Forgot Password Link @include('slices.frontend.right_sidebar')