This commit is contained in:
2019-07-16 22:14:23 -05:00
parent 85191ed0b2
commit 0069b7639b

View File

@@ -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>