@php $docs = $docs ?? ($obj['documents'] ?? []); @endphp @if(count($docs)) @foreach ($docs as $item) {!! $item->info_label !!} @if ($item->tag) {{ ucwords($item->tag) }} @endif {{ $item->created_at_label }} Printed by {{ $item['creator_name'] }} @endforeach @else No documents version printed, before. @endif @push('css') @endpush
Printed by {{ $item['creator_name'] }}