title = 'Results';
$this->params['breadcrumbs'][] = $this->title;
?>
    
= Html::encode($this->title) ?>
    render('_search', ['model' => $searchModel]); ?>
    = GridView::widget([
        'dataProvider' => $dataProvider,
        'columns' => [['class' => SerialColumn::className()],
            '1',
            '2',
            '3',
            '4',
            '5',]
    ]); ?>
    = Html::a('Вернуться', ['parser/index'], ['class' => 'btn btn-primary', 'name' => 'Return',]) ?>