<?php
$this->breadcrumbs = [
    Yii::t('StoreModule.store', 'Producers') => ['/store/producerBackend/index'],
    $model->name_short => ['/store/producerBackend/view', 'id' => $model->id],
    Yii::t('StoreModule.store', 'Edition'),