@extends('default.layout') @section('content')
# | Fornecedor | Data | Observacao | NF | Usuário | Valor | Desconto | |
---|---|---|---|---|---|---|---|---|
{{ $c->id }} | {{ $c->fornecedor->razao_social }} | {{ \Carbon\Carbon::parse($c->date_register)->format('d/m/Y H:i:s')}} | observacao)) disabled @endif > message | {{ $c->nf > 0 ? $c->nf : '--' }} | {{ $c->usuario->nome }} | {{ number_format($c->valor, 2, ',', '.') }} | {{ number_format($c->desconto, 2, ',', '.') }} | list delete nfc |
TOTAL | {{ number_format($total, 2, ',', '.') }} | {{ number_format($totalDesconto, 2, ',', '.') }} |