{{ 'Aucun fomulaire dans les archives.' }}
@elseDate | Utilisateur | @php $template_inputs = []; $header = $form->inputs()->wherenull('input_template')->get(); @endphp @foreach ($header as $input){{ $input->display_name }} | @php $template_inputs[] = $input->id; @endphp @endforeach|
---|---|---|---|
{{ $archive->created_at->format('d/m/Y H:i') }} | {{ $archive->user->name }} | @foreach ($template_inputs as $tem) @if (in_array($tem, $test)) @foreach ($archive->filled_inputs as $filled_input) @if ($filled_input->input_template == $tem)@php $type = $filled_input->type()->first(); @endphp @if ($type->name) @if (!$filled_input->fillable) @if ($filled_input->value != null) @include( "livewire.forms.inputs.$type->name", [ 'input' => $filled_input, 'mode' => 'render', ] ) @else - @endif @endif @endif | @endif @endforeach @else- | @endif @endforeach