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