@extends('layout') @section('content') @section('ventas-active', 'active') @section('guias-remision-active', 'active')

REGISTRAR NUEVA GUIA DE REMISION

@include('ventas.guia_venta.forms.form_guia_create')

PRODUCTOS


{{--
@include('ventas.guia_venta.tables.table-stocks')
--}}

DETALLE DE LA GUÍA

@include('ventas.guia_venta.tables.table-detalle')
@stop @push('styles') @endpush @push('scripts') @endpush