@extends('layouts.main', ['welcome' => true]) @section('content') lock Reset password @if ($token->offed()) This link is not available anymore. @else @csrf Password @include('parts.errors', ['name' => 'password']) Password confirmation @include('parts.errors', ['name' => 'password_confirmation']) @include('parts.captcha') @endif @endsection
This link is not available anymore.