@extends('layouts.master_app') @section('title') Ventas @endsection @section('css') @endsection @section('content')

Ventas

(@{{ product.name}})
@can('agregar_ventas') Agregar venta @endcan
@include('partials.success')
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
@endsection @section('js') @endsection