Page {{ $page->number }} :
{{-- Show each element of the page --}} @isset($inputs) {{-- --}} @foreach ($inputs as $input) {{-- --}} {{-- --}}
@livewire('forms.input', ['input' => $input, 'lists' => $lists, 'events' => $events, 'radios' => $radios, 'checkboxes' => $checkboxes, 'users' => $users, 'pagesToPropoage' => $pagesToPropoage, 'inputsToPropage' => $inputsToPropage, 'alerts' => $alerts, 'inputsToUpdate' => $inputsToUpdate, 'mode' => 'auto-update'], key($input->id))
{{--
--}}
@endforeach {{--
--}} @endisset