@extends('layouts.master_app') @section('title') Ventas @endsection @section('css') @endsection @section('content')
Folio | Fecha | Cantidad | Precio de producción | Precio de venta | Total | ||
---|---|---|---|---|---|---|---|
![]() |
|||||||
@{{ item.product_point.code }}
@{{ item.product_point.full_name }}
|
@{{ item.date }} No enviado Enviado | @{{ item.quantity }} | @{{ item.purchase_price | currency }} | @{{ item.sale_price | currency }} @{{ item.sale_price_point.sale_channel.name}} | @{{ item.total | currency }} Ganancia: @{{ item.gross_profit | currency }} | @can('actualizar_estatus_envio') @endcan |