Fix a routing issue

This commit is contained in:
Jonny Barnes 2017-03-03 13:30:49 +00:00
parent 17804eed27
commit 2cac3947cf
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ Edit Contact « Admin CP
@section('content')
<h1>Edit Contact</h1>
<form action="/admin/contacts/{{ $contact->id }}" method="post" enctype="multipart/form-data" accept-charset="utf-8">
{{ csrf_token() }}
{{ csrf_field() }}
{{ method_field('PUT') }}
<fieldset class="note-ui">
<legend>Conctact</legend>