@extends('default.layout') @section('content')
NF | Cliente | Usuario | Valor | Estado | Data Contábil | Tipo de Pagamento | Ações | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
@if(!$v->status)
@endif |
{{$v->NfNumero}} | {{$v->cliente->razao_social}} | {{$v->usuario->nome}} | {{ number_format($v->valor_total, 2, ',', '.') }} | {{$v->estado}} | {{ \Carbon\Carbon::parse($v->data_registro)->format('d/m/Y H:i:s')}} | {{$v->getTipoPagamento()}} | @if($v->estado == 'DISPONIVEL') delete @endif @if($v->estado == 'DISPONIVEL' || $v->estado == 'REJEITADO') edit @endif visibility content_copy | {{$v->id}} | ||
Total | {{ number_format($total, 2, ',', '.') }} |