Arquivo: {{ $contrato->anexo_contrato }}
Visualizar Anexo | Download Anexo
@php $filePath = storage_path('app/public/anexos_contratos/' . $contrato->anexo_contrato); $existe = file_exists($filePath); @endphpArquivo existe fisicamente: {{ $existe ? 'SIM' : 'NÃO' }}
@if($existe)Tamanho: {{ filesize($filePath) }} bytes
@endif