@extends('default.layout') @section('content')
| Item | Valor Unit. | Quantidade | Valor Total | Fornecedor |
|---|---|---|---|---|
| {{$i['item']}} | {{number_format($i['valor_unitario'], 2, ',', '.')}} | {{number_format($i['quantidade'], 2, ',', '.')}} | {{number_format($i['valor_total'], 2, ',', '.')}} | {{$i['fornecedor']}} |