Anexos Folha de Caixa
@if(!empty($anexos)) @foreach($anexos as $index => $anexo) @php $extensao = strtolower(pathinfo($anexo['caminho'], PATHINFO_EXTENSION)); $url = route('anexo.download', ['file' => basename($anexo['caminho']), 'view' => true, 'folha_id' => $folhaCaixa->id]); @endphp
@if($permissao->alterar_folha_caixa) @endif {{-- Renderização do anexo --}} @if(in_array($extensao, ['jpg','jpeg','png','gif','bmp','webp']))
{{-- Anexo {{ $index + 1 }} --}} {{-- --}} @elseif($extensao === 'pdf' or $extensao === 'utf-8') @else Visualizar @endif @if($permissao->alterar_folha_caixa)
@csrf @if($largura != 12) @endif
@endif
@endforeach @else

Nenhum anexo disponível.

@endif