migrations fix
This commit is contained in:
parent
7fbfd0bca3
commit
e3e206644d
|
|
@ -27,7 +27,7 @@
|
|||
<div class="col-12">
|
||||
@if ($application->state == 'new')
|
||||
<form class="form-horizontal" action="{{ route('accepted_application',['id'=>$application->id]) }}"
|
||||
method="post">
|
||||
method="get">
|
||||
@csrf
|
||||
<button class="btn btn-primary mb-4" type="submit" data-toggle="modal" data-target="#successModal">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
|
||||
|
|
|
|||
Loading…
Reference in New Issue