@extends('frontend.layouts.master') @section('title', 'Reset Password') @section('content') Reset Password Home Account Reset Password Reset your password @if (session('status')) Heads up! {{ session('status') }} @endif {{ csrf_field() }} @if ($errors->has('email')){{ $errors->first('email') }}@endif Reset Password Don't have an account yet? Register for a free account here! @endsection
Don't have an account yet? Register for a free account here!