Tidy up admin cp contact related views
This commit is contained in:
parent
e8a71de6b9
commit
a1c07f50e8
9 changed files with 8 additions and 8 deletions
|
@ -1,14 +0,0 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')
|
||||
Delete Contact? « Admin CP
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
<form action="/admin/contacts/delete/{{ $id }}" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<label for="delete">Are you sure you want to delete this contact? </label><input type="checkbox" name="delete" id="delete">
|
||||
<br>
|
||||
<input type="submit" id="submit" value="Submit">
|
||||
</form>
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue