title = Yii::t('frontend/collection', 'Create Collection'); $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/collection', 'Collections'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

lastCollection) ? Yii::$app->formatter->asDatetime($model->lastCollection->end) : Yii::t('frontend/collection', "No collection found") ?>
formatter->asDatetime($model->start) ?>
formatter->asDatetime($model->end) ?>
[ 'statistic' => $model->totals['paid_at'], 'panelHeading' => 'Fizetve' , ] ]); echo TransferTotalWidget::widget([ 'options' => [ 'statistic' => $model->totals['created_at'], 'panelHeading' => 'Kiadva', ] ]); echo TransferTotalWidget::widget([ 'options' => [ 'statistic' => $model->totals['created_at_paid'], 'panelHeading' => 'Kiadva és fizetve', ] ]); ?> render('_form', [ 'model' => $model, ]) ?>