@extends('metronic.base')
@section('titulo')
Productos - editar
@endsection
@section('content')
@include('sessions')
Producto: {{ $data->producto }}
LOS PRODUCTOS INTERNOS SON DE USO LOCAL, ES DECIR NO SON PRODUCTOS A LA VENTA, Y SON UTILIZADO PARA REALIZAR ORDENES DE COMPRA
@include('producto.producto_interno.categorias')
@endsection