@if ($artigo->imagem_path)
 }})
@else
N/A
@endif
|
@if($artigo->categoria)
{{ $artigo->categoria->nome }}
@else
Geral
@endif
|
{{ $artigo->tipo_unidade }} |
{{ number_format($artigo->preco_custo, 2, ',', '.') }} € |
{{ number_format($artigo->preco_sem_iva, 2, ',', '.') }} € |
{{ $artigo->percentagem_iva }}% |
{{ number_format($artigo->preco_com_iva, 2, ',', '.') }} € |
@if($artigo->tipo === 'servico')
∞
@else
{{ $artigo->quantidade_stock }}
@endif
|
@if($artigo->fornecedor)
{{ $artigo->fornecedor->nome }}
@else
---
@endif
|
|
@endforeach