title = $model->id_transfer; $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/transfer', 'Transfers'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model, 'attributes' => [ [ 'attribute' => 'id_transfer', ], [ 'attribute' => 'id_account', 'value' => $model->accountName ], [ 'attribute' => 'type', 'value' => $model->transferTypeName, ], [ 'attribute' => 'id_object', 'value' => $model->objectName, ], [ 'attribute' => 'id_user', 'value' => $model->userName, ], 'item_price', 'count', 'money', 'comment', 'created_at', ], ]) ?>