Fix Client Admin CP issues

This commit is contained in:
Jonny Barnes 2017-03-03 11:58:21 +00:00
parent b9a80a7c00
commit 03e52915bd
4 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@ New Client « Admin CP
@section('content')
<h1>New Client</h1>
<form action="/admin/clients/new" method="post" accept-charset="utf-8">
<input type="hidden" name="_token" value="{{ csrftoken() }}">
{{ csrf_field() }}
<input type="text" name="client_url" id="client_url" placeholder="client_url"><br>
<input type="text" name="client_name" id="client_name" placeholder="client_name"><br>
<input type="submit" name="submit" value="Submit">