@extends('layouts.dashboard') @section('dashboard')

Crear boleta o factura de venta

{{ csrf_field() }}
@php $regiones = \FCR::getRegiones(); @endphp

Productos

@php $num = 1; @endphp @include('dashboard.dte.table-producto-venta-externa')
SKU Título Cantidad Precio{{ \FCR::textTipoPrecio($tipo_precio) }} Subtotal
@endsection