@foreach ($lista as $l)
{{ $l->id }} |
{{ $l->descricao }} |
{{ $l->cfop }} |
{{ $l->cstICMS }} |
{{ $l->cstIPI }} |
{{ $l->cstPIS }} |
{{ $l->cstCOFINS }} |
@if ($l->padrao == 'S')
Sim |
@else
Não
|
@endif
@if ($l->padrao == 'N')
Produtos
@else
Produtos
@endif
IVA
Excluir
Editar
|
@endforeach