@foreach($files as $typfiles) @php ($i = 0) @foreach ( $typfiles as $file ) @if ($loop->first)
{{ $file['typDoc'] }}
@endif
{{$file['title']}} {{ $file['size'] }} {{ date('d.m.Y',strtotime($file['created'])) }}
@php ($i++) @endforeach @endforeach