@extends('layouts.admin') @section('title','información de producto') @section('styles') @endsection @section('create') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
profile

{{$product->nombre}}

{{--
--}}

Categoría {{-- PRODUCTOS POR CATEGORIA --}} {{$product->category->nombre}}

Información de producto

Código

{{$product->codigo}}


Stock

{{$product->cantidad}}


@endsection @section('scripts') {!! Html::script('melody/js/profile-demo.js') !!} {!! Html::script('melody/js/data-table.js') !!} @endsection