title = $model->name ; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/product', 'Products'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->id_product], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ 'productCategoryName', 'accountName', 'product_number', 'barcode', 'purchase_price', 'sale_price', 'profit_margins', 'statusHuman', 'stock', [ 'attribute' => 'description', 'value' => nl2br($model->description), 'format' => 'raw' ], 'created_at:datetime', 'updated_at:datetime', ], ]) ?>