diff --git a/resources/views/contracts/enterbid.blade.php b/resources/views/contracts/enterbid.blade.php index 89563b1ac..3aabdb936 100644 --- a/resources/views/contracts/enterbid.blade.php +++ b/resources/views/contracts/enterbid.blade.php @@ -23,9 +23,9 @@ {{ Form::radio('suffix', 'M', false) }} {{ Form::label('suffix', 'B') }} {{ Form::radio('suffix', 'B', false) }} - {{ Form::label('notes', 'Notes') }}
+ {{ Form::label('notes', 'Notes') }} {{ Form::textarea('notes', '', ['class' => 'form-control']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}