| AÇÃO | PESSOA | TIPO | STATUS | CRIADOEM | ALTERADOEM | 
|---|---|---|---|---|---|
| {{ $eventopessoa->pessoa->nome }} | {{ $eventopessoa->pessoa->tipo }} | {{ $eventopessoa->status }} | {{ $eventopessoa->criadoem }} | {{ $eventopessoa->alteradoem }} | |
| VALOR DOS ITENS: | @if ($errors->has('valornf')) {{ $errors->first('valornf') }} @endif | ||||
| VALOR DO DESCONTO (-): | @if ($errors->has('descontonf')) {{ $errors->first('descontonf') }} @endif | ||||
| VALOR TOTAL: | @if ($errors->has('totalnf')) {{ $errors->first('totalnf') }} @endif | ||||