tethys/resources/views/rdr/settings/shelf/_form.blade.php

10 lines
285 B
PHP
Raw Normal View History

2015-07-19 06:49:24 +00:00
<div class="form-group">
{!! Form::label('shelf', $shelfLabel) !!}
{!! Form::text('shelf', null, ['class' => 'form-control']) !!}
</div>
<div class="form-group">
{!! Form::submit($submitButtonText, ['class' => 'btn btn-primary form-control']) !!}
</div>
@include('errors._errors')