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