@extends('layouts.principal') @section('contenido')
Precio:
Cantidad:
Total:
$ {{ number_format($producto->price, 2) }}
{{ $producto->qty }} Und.
$ {{ number_format($producto->price * $producto->qty, 2) }}