@extends('layouts.auth') @section('content')

Reset Password

@if (session('error'))

{{ session('error') }}

@endif @if (!$valid)
{{ csrf_field() }}
@else

That token is no longer valid. Please, request a new one by visiting the home page and selecting "Login/Register" from the top-right navigation bar.

@endIf @endsection