@isset($form)


is_color == 1 ? 'checked' : ''}} wire:click="toggleDiv({{ 1 }})">
is_color == 0 ? 'checked' : ''}} wire:click="toggleDiv({{ 0 }})">
@if($section->is_color)
@else
@if($section->background)
@endif
@endif
@isset($inputs) @foreach ($inputs as $input) @php $key = rand(0,99999) @endphp @livewire('forms.section-inputs',['input'=>$input, 'form' => $form], key('input-'.$input->id.$key)) @endforeach @endisset
@endisset