@extends('layouts.master_app') @section('title') Detalle venta @endsection @section('css') @endsection @section('content')
Cantidad | Precio de venta | Subtotal | ||||
---|---|---|---|---|---|---|
@if(isset($item->product_point->product->photos[0]) )
|
{{$item->product_point->full_name}} {{$item->product_point->code}} | {{$item->quantity}} | ${{number_format($item->sale_price, 2, ".", ",")}} {{ $item->sale_price_point->sale_channel->name}} | {{$item->product_point->product->category->name}} | ${{ number_format( $item->quantity * $item->sale_price, 2, ".", ",") }} | @can('eliminar_ventas') @endif |