This commit is contained in:
2019-07-16 22:33:12 -05:00
parent 171c35d23c
commit f366bd56b9

View File

@@ -102,7 +102,7 @@
<td>{{ $alt->character_id }}</td>
<td>
{{ Form::hidden('character', $alt->character_id) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{{ Form::submit('Remove Alt', ['class' => 'btn btn-primary']) }}
</td>
</tr>
{{ Form::close() }}