@isset($form)
Form:
@if ($form['id']) @endif
{{-- SAUVEGARDER
--}}
{{--
@include('dashboard.admin.newdocumentpagecontent')
--}} @isset($inputs) {{-- --}} @foreach ($inputs as $input) {{-- --}} {{-- --}} {{-- @livewire('forms.input', ['mode' => 'pending', 'input' => $input, 'lists' => $lists, 'events' => $events, 'radios' => $radios, 'checkboxes' => $checkboxes, 'alerts' => $alerts], key($input->id)) --}} {{-- --}} @livewire('forms.input', ['input' => $input], key($input->id)) @endforeach {{-- --}} @endisset
@endisset