@extends('layouts.partner-portal') @section('title', '新しいパスワードの設定') @section('content')

新しいパスワードの設定

@if(! $isValid)
このURLは無効か、有効期限が切れています。 もう一度お手続きください。
@else
@csrf
8文字以上
@endif
@endsection