<form action="/workplan/{{$workplan->id}}/edit" method="post">
@csrf
@method('PATCH')
<input class="ui button" type="submit" value="취소" formaction="/workplanComplate/{{$workplan->id}}">
<input type="hidden" name="con" value=0>
</form>
'라라벨 > FORM' 카테고리의 다른 글
form 테이블 전송하기 예제 (0) | 2020.04.03 |
---|