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

title) ?>

$model->id_transfer], ['class' => 'btn btn-primary']) ?> $model->id_transfer], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('frontend/transfer', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id_transfer', 'id_discount', 'id_currency', 'id_object', 'status', 'type', 'item_price', 'count', 'money', 'money_currency', 'rate', 'id_user', 'comment', 'created_at', 'updated_at', ], ]) ?>