Allegati

@foreach ($allegatiImmagini as $allegato) @if (!$this->validated) @endif @if ($allegato->files != '') @php $files = explode('|', $allegato->files); $chunks = array_chunk($files, 3); @endphp @foreach ($chunks as $fileChunk) @endforeach @endif @endforeach
Nome Tipologia Visibile in stampa    
{{ $allegato->name }} {{ $this->getAllegatoType($allegato->gallery_type) }} {{ $allegato->is_visible ? 'SI' : 'NO' }}
@foreach ($fileChunk as $a) {{ $a }}    @endforeach
@if (!$this->validated) Aggiungi @endif