@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.') }}