title = Yii::t('common/customer', 'Update customer:' ) . ' ' . $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/customer', 'Customers'), 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id_customer]]; $this->params['breadcrumbs'][] = Yii::t('common/customer', 'Update'); $customer = $model; $card = $customer->card; ?>
$receptionForm, 'route' => ['customer/reception'] ] )?> render('_camera',['model' => $model]); ?>

title) ?>

image1 ){ echo Html::img( Url::base( ) . Image::thumb( $model->image1->path,160,120 )); } ?> render('_form_update', [ 'model' => $model, ]) ?>