Compare commits
2 Commits
f29ba66745
...
63efbb9481
| Author | SHA1 | Date | |
|---|---|---|---|
| 63efbb9481 | |||
| 6aebe63251 |
@ -10,7 +10,7 @@
|
|||||||
{{ $errors->first('month') }}
|
{{ $errors->first('month') }}
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@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
|
@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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user