@extends('metronic.base') @section('titulo') Productos - crear @endsection @section('content') @include('sessions')

Agregar producto interno

@csrf
codigo != null) readonly @endif />
producto != null) readonly @endif />
producto != null) disabled @endif type="file" name="imagen" accept="image/*">
@php $url = 'default.png'; if ($data?->imagen != null) { $url = $data?->imagen; } if ($url == null) { $url = 'default.png'; } @endphp
@include('producto.producto_interno.categorias')
@endsection