@extends('layouts.guest')
@section('title', 'Reset your password')
@section('content')
@if (Session::has('status'))
{{ session('status') }}
@endif
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
Reset Password
Enter your email address and your new password to reset it.
@endsection