diff --git a/resources/views/partials/form/invoice_text.blade.php b/resources/views/partials/form/invoice_text.blade.php
index bf86226aa..766bdf833 100644
--- a/resources/views/partials/form/invoice_text.blade.php
+++ b/resources/views/partials/form/invoice_text.blade.php
@@ -1,31 +1,87 @@
@stack($name . '_input_start')
+
+
- @if (!empty($text))
- {!! Form::label($name, $text, ['class' => 'form-control-label'])!!}
- @endif
+ @if (!empty($attributes['v-error']))
+ :form-classes="[{'has-error': {{ $attributes['v-error'] }} }, form.{{ $name }} == 'custom' ? 'col-md-6' : 'col-md-12']"
+ @else
+ :form-classes="[{'has-error': form.errors.has('{{ $name }}') }, form.{{ $name }} == 'custom' ? 'col-md-6' : 'col-md-12']"
+ @endif
-