Some minor fixes

This commit is contained in:
Deon George
2016-07-01 15:59:22 +10:00
parent ad10cb32ce
commit ec4c7ae3d1
3 changed files with 12 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
<div class="text-center">{{ $photos->links() }}</div>
<div class="panel-body">
@if ($photos->count())
<form action="{{ url('/deletes') }}" method="POST">
<table class="table table-striped table-condensed table-hover">
@foreach ($data as $k=>$v)
@@ -66,6 +67,9 @@ endswitch ?>
<button class="btn btn-default">Confirm Delete</button>
{{ csrf_field() }}
</form>
@else
NONE!
@endif
</div>
</div>
</div>