@extends('plantilla.plantilla') @section('titulo','Importadora Cork') @section('estilos') @endsection @section('contenido') @php $currenturl = url()->full(); @endphp
Codigo | Cantidad | Producto | Precio | Importe | ||
---|---|---|---|---|---|---|
![]() |
{{ $cCodigo}} | {{ $i->quantity }} | {{ $i->name }} | ${{ number_format($i->price,2) }} | ${{ number_format(($i->price*$i->quantity),2) }} | |
Total: |
${{ number_format($total,2) }} |