ending contracts

This commit is contained in:
2019-05-03 00:18:43 -05:00
parent e5f94688ee
commit 3fb09591d5

View File

@@ -23,9 +23,9 @@
{{ Form::radio('suffix', 'M', false) }}
{{ Form::label('suffix', 'B') }}
{{ Form::radio('suffix', 'B', false) }}
{{ Form::label('notes', 'Notes') }}
</div>
<div class="form-group">
{{ Form::label('notes', 'Notes') }}
{{ Form::textarea('notes', '', ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}