title = 'Feedback';
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
= Html::encode($this->title) ?>
= GridView::widget(
[
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
[ 'class' => 'yii\grid\SerialColumn' ],
'id',
'name',
'phone',
'created_at:date',
[
'class' => 'yii\grid\ActionColumn',
'template' => '{delete}',
],
],
]
); ?>