@extends('frontend.layouts.master') @section('title', 'Reset Password') @section('content')

Reset Password

Reset your password

@if (session('status'))
Heads up! {{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif

Don't have an account yet? Register for a free account here!

@endsection