@php use Carbon\Carbon; // No seu provider de serviço ou em um bootstrapping do Laravel Carbon::setLocale('pt_BR'); @endphp @push('css') {{-- Select2 --}} @endpush
AÇÃO | PRODUTO | QTD | UN | VALOR UN. | VALOR TOTAL | |
---|---|---|---|---|---|---|
delete | @if(isset($itens->evento_idevento)) {{ Carbon::parse($itens->evento_data)->formatLocalized('%a %d/%m') }} {{ Carbon::parse($itens->evento_hora)->format('H:i') }} - {{$itens->eventotipo}} - {{$itens->evento}} @endif | |||||
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 |
ID | NF | Parcela | Total | Status | VENCIMENTO |
---|---|---|---|---|---|
{{ $parcela->parcela }} / {{ $parcela->nf->qtdparcela }} |
R$ {{ number_format($parcela->valor, 2, ',', '.') }} |
{{ $parcela->status }} |
{{ date('d/m/Y', strtotime($parcela->datavencimento)) }} |