@extends('adminlte::page') @section('title', __('team-setting.password.title')) @section('content_header')
@stop @section('content')

{{ trans('team-setting.common.input_required') }}

@csrf {{-- 現在のパスワード --}}
{!! __('team-setting.password.inputs.current_password') !!}
@error('current_password')

{{ $message }}

@enderror
{{-- !現在のパスワード --}} {{-- 新しいパスワード --}}
{!! __('team-setting.password.inputs.new_password') !!}

{!! __('team-setting.password.inputs.password_rule') !!}

@error('new_password')

{{ $message }}

@enderror
{!! __('team-setting.password.inputs.new_password_confirmation') !!}

{{-- !新しいパスワード --}}
@stop @section('css') @include('components.custom-css') @stop