title = $model->id;
$this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Clocks'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
    
    = DetailView::widget([
        'model' => $model,
        'attributes' => [
            'id',
            'user_id',
            'poiname',
            'poiaddress',
            'lng',
            'lat',
            'nation',
            'province',
            'city',
            'district',
            'street',
            'street_number',
            'remark',
            'created_at',
            'updated_at',
            'status',
            'circle_id',
            'content:ntext',
        ],
    ]) ?>