{{-- Preview --}}
@if ($item->pivot->file) @if (Str::endsWith($item->pivot->file, '.pdf')) @else Documento @endif @else Documento @endif
{{-- Conteúdo --}}
{{-- Header --}}
{{-- LADO ESQUERDO --}}
{{ $item->name }}
@if ($item->is_required) Obrigatório @else Opcional @endif Atualizado em {{ $item->pivot->updated_at?->format('d/m/Y H:i') ?? '---' }}
{{-- LADO DIREITO --}}

situação:

{{ __('statusDocuments.' . ($item->pivot->status ?? 'aguardando')) }}
{{-- POPOVER (final do card, lado direito) --}} @if ($item->instruction && $item->comment) instruction) }}" class="img-fluid rounded mb-2 popover-image"> @endif {!! $item->comment !!}
'> @endif
{{-- Body --}}
@if ($item->pivot->id && $item->pivot->file) @else @endif