Compare commits
No commits in common. "63efbb9481185d19154e204f704a41790e35f333" and "f29ba667459c5b7a05a30245239a1e3cd385c3fe" have entirely different histories.
63efbb9481
...
f29ba66745
@ -10,7 +10,7 @@
|
||||
{{ $errors->first('month') }}
|
||||
</div>
|
||||
@endif
|
||||
<form class="row form" action="{{ url('regular_contract/create_select_period') }}" method="post">
|
||||
<form class="row form" action="{{ url('regular_contract/update_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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user