resources/views/regular_contract/create_select_period.blade.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 23s

This commit is contained in:
y.higashide 2025-10-08 15:55:57 +09:00
parent 63efbb9481
commit 57bae5bcf4

View File

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