stuff
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
<th>Remove</th>
|
<th>Remove</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@if($altcount > 0)
|
@if($altCount > 0)
|
||||||
@foreach($alts as $alt)
|
@foreach($alts as $alt)
|
||||||
{{ Form::open(['action' => 'Dashboard\DashboardController@removeAlt', 'method' => 'POST']) }}
|
{{ Form::open(['action' => 'Dashboard\DashboardController@removeAlt', 'method' => 'POST']) }}
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user