Style all the buttons the same

This commit is contained in:
Nabeel Shahzad
2018-01-03 12:52:01 -06:00
parent 2394b8e419
commit a1696d3007
11 changed files with 18 additions and 19 deletions

View File

@@ -59,7 +59,7 @@
<!-- Submit Field -->
<div class="form-group col-sm-6">
<div class="pull-right">
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!}
{!! Form::button('Save', ['type' => 'submit', 'class' => 'btn btn-success']) !!}
<a href="{!! route('admin.users.index') !!}" class="btn btn-default">Cancel</a>
</div>
</div>