@extends('motomel.plantilla') @section('scripts') @endsection @section('breadcrumb')
@if($globalId == 0)

Nuevo producto

@else

Modificar producto

@endif
@if(Session::get('familia_usuario') != 8) @endif
@endsection @section('contenido')
Datos generales
@if(Session::get('grupo_id') == GRUPO_BICICLETA)
@endif
Precio
Descripción
Tamaños
Tamaño
Productos relacionados
Nombre
Productos relacionados por Color
Nombre
Categorias:
@foreach ($array_categorias as $categoria)
@endforeach @if(isset($array_categorias_relacionado) && count($array_categorias_relacionado)>0) @endif
@endsection