From 4d24ec013f35dc9bc932b2221e5fc2e39ad9233d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 24 Nov 2020 16:52:55 +0300 Subject: [PATCH] fixed invoice_text custom input issue.. --- .../views/partials/form/invoice_text.blade.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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')