From 6f9ef5439cd2fd659a4c00739cbe25b2c384aa21 Mon Sep 17 00:00:00 2001 From: TheCOBAN Date: Sat, 1 Feb 2020 13:54:38 +0300 Subject: [PATCH] fix radio group disabled mode --- .../views/partials/form/radio_group.blade.php | 42 +++++++++---------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/resources/views/partials/form/radio_group.blade.php b/resources/views/partials/form/radio_group.blade.php index e24c3a323..d36d859b6 100644 --- a/resources/views/partials/form/radio_group.blade.php +++ b/resources/views/partials/form/radio_group.blade.php @@ -1,29 +1,27 @@ @stack($name . '_input_start') +
+ {!! Form::label($name, $text, ['class' => 'form-control-label']) !!} -
- {!! Form::label($name, $text, ['class' => 'form-control-label']) !!} +
+
+ -
-
- - - -
- -
- -
+
+
+
+
+
@stack($name . '_input_end')