@extends('layouts.app', ['title' => 'Detalhes da Troca']) @section('content')
| Produto | Quantidade | Valor | Sub Total | |||
|---|---|---|---|---|---|---|
| {{ $i->produto->nome }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | {{ __moeda($i->valor_unitario) }} | {{ __moeda($i->sub_total) }} | |||
| Nada encontrado | ||||||
| Produto | Quantidade | |||||
|---|---|---|---|---|---|---|
| {{ $i->produto->nome }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | |||||
| Nada encontrado | ||||||
| Produto | Quantidade | |||||
|---|---|---|---|---|---|---|
| {{ $i->produto->nome }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | |||||
| Nada encontrado | ||||||