{{ __('Gestão Operacional') }}

@if (session('status')) @endif
Novo
@foreach ($artigos as $artigo) @endforeach
SKU / Artigo Categoria Unidade P. Custo Preço s/ IVA IVA Preço c/ IVA Stock Fornecedor Ações
@if ($artigo->imagem_path) @else N/A @endif
{{ $artigo->sku }}
{{ $artigo->nome }}
@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
@include('artigos.partials.modal-form') @include('fornecedores.partials.modal-form') @include('artigos.partials.modal-stock') @include('clientes.partials.modal-form')