新規定期契約 定期契約期間選択修正

This commit is contained in:
Yuka Higashide 2025-10-08 15:37:42 +09:00
parent 89465021e4
commit 6aebe63251

View File

@ -10,7 +10,7 @@
{{ $errors->first('month') }}
</div>
@endif
<form class="row form" action="{{ url('regular_contract/update_period') }}" method="post">
<form class="row form" action="{{ url('regular_contract/create_select_period') }}" method="post">
@csrf
<input type="hidden" name="contract_id" value="{{ $contract_id }}">
<div class="col-12 col-md-8 offset-0 offset-md-2 mb30">