@extends('adminlte::page') @section('title', " $title ") @section('content')
O.S | Data | Cliente | Qtd | Valor | Status Atual | N/F | Vencimento | Boleto | Observação | |
---|---|---|---|---|---|---|---|---|---|---|
{{ $item->autorization }} | {{ date('d/m/Y', strtotime($item->payment_date)) }} | {{ $item->customer->fantasy_name }} | {{ $item->perspective->qtd }} | @if( !isset($item->perspective->materialcustomer->material) )Deletado | @else @php $autorizationValue = 0; $autorizationValue += $item->perspective->qtd; $priceByMilheiro = $item->perspective->materialcustomer->value_granted; $qtdByMilheiro = $autorizationValue; $priceForUnity = $priceByMilheiro; $finalValue = $priceForUnity * $qtdByMilheiro; @endphp{{ number_format($finalValue, 2, ',', '.') }} | @endif @if ($item->issued == "Sim")Pagamento Efetuado | @endif{{ $item->number_nf }} | {{ date('d/m/Y', strtotime($item->maturity)) }} | {{ $item->ticket }} | {{ $item->notes }} |