diff --git a/resources/views/partials/form/invoice_text.blade.php b/resources/views/partials/form/invoice_text.blade.php index fe1129e93..12ca9e5fe 100644 --- a/resources/views/partials/form/invoice_text.blade.php +++ b/resources/views/partials/form/invoice_text.blade.php @@ -6,24 +6,23 @@ @if (!empty($text)) {!! Form::label($name, $text, ['class' => 'form-control-label'])!!} @endif -
- @foreach ($values as $input_key => $input_value) + @foreach ($values as $radio_key => $radio_value)
- + value="{{ $radio_key }}"> + - @if ($input_key == 'custom') + @if ($radio_key == 'custom')