Fix Client Admin CP issues
This commit is contained in:
parent
b9a80a7c00
commit
03e52915bd
4 changed files with 4 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue