ending contracts

This commit is contained in:
2019-05-03 00:02:06 -05:00
parent f34580572a
commit 6f437c3f97
@@ -24,6 +24,8 @@
{{ Form::label('suffix', 'B') }}
{{ Form::radio('suffix', 'B', false) }}
{{ Form::label('notes', 'Notes') }}
</div>
<div class="form-group">
{{ Form::textarea('notes', '', ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}