|
{{ \Carbon\Carbon::parse($mov->data)->translatedFormat('d M Y - H:i') }}
|
@if($mov->tipo === 'despesa_projeto')
{{ $mov->tipo_label }}
@elseif($mov->tipo === 'compra_fornecedor')
{{ $mov->tipo_label }}
@elseif($mov->tipo === 'manual_credito')
{{ $mov->tipo_label }}
@else
{{ $mov->tipo_label }}
@endif
|
@if($mov->link && $mov->link !== '#')
{{ $mov->entidade }}
@else
{{ $mov->entidade }}
@endif
|
{{ $mov->artigo }}
|
{{ $mov->quantidade }}
|
{{ number_format($mov->custo_unitario, 2, ',', '.') }} €
|
@if($mov->tipo === 'manual_credito')
+{{ number_format($mov->custo_total, 2, ',', '.') }} €
@else
-{{ number_format($mov->custo_total, 2, ',', '.') }} €
@endif
|
{{ $mov->operador }}
|
{{ $mov->descricao }}
|
@empty