@isset($form)
Setion Title
Choose a backgound color or image for section
is_color == 1 ? 'checked' : ''}} wire:click="toggleDiv({{ 1 }})">
Background Color
is_color == 0 ? 'checked' : ''}} wire:click="toggleDiv({{ 0 }})">
Background Image
@if($section->is_color)
Color
@else
Background Image
@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
Ajoutez un champ
@isset($inputTypes) @foreach ($inputTypes as $type) @isset($type) @if (!in_array($type->name, ['statistic', 'form']))
{{ $type->name }}
@endif @endisset @endforeach @endisset
@endisset