@extends('layouts.main', ['welcome' => true]) @section('content')

lock {{ __('Reset') }}

@if ($token->offed())

{{ __('This link is not available anymore.') }}

@else
@csrf
@include('parts.errors', ['name' => 'password'])
@include('parts.errors', ['name' => 'password_confirmation'])
@include('parts.captcha')
@endif
@endsection