fixed the remaining edit pages

This commit is contained in:
Nabeel Shahzad
2017-11-22 20:03:49 -06:00
parent 7c5486c9e8
commit 30737a7644
14 changed files with 99 additions and 151 deletions

View File

@@ -1,3 +1,4 @@
<div class="row">
<!-- Name Field -->
<div class="form-group col-sm-6">
{!! Form::label('name', 'Name:') !!}
@@ -45,5 +46,8 @@
<!-- Submit Field -->
<div class="form-group col-sm-12 text-right">
{!! Form::submit('Add', ['class' => 'btn btn-primary']) !!}
<div class="pull-right">
{!! Form::submit('Add', ['class' => 'btn btn-primary']) !!}
</div>
</div>
</div>