@php $passwordText = isset($welcome) && $welcome ? twillTrans('twill::lang.auth.choose-password') : twillTrans('twill::lang.auth.reset-password'); @endphp @extends('twill::auth.layout', [ 'route' => route('admin.password.reset'), 'screenTitle' => $passwordText ]) @section('form')
@stop