<?php use yii\helpers\Html; use yii\bootstrap\ActiveForm; /* @var $this yii\web\View */ /* @var $form yii\bootstrap\ActiveForm */ ?> <div class="site-thankyou"> <div class="jumbotron"><h2>Checkout</h2></div><div class="container"> <h2>Thank you for your request. It will be treated by the institutions as soon as possible. Check your email to find an overview of your requested samples and information on how to contact the providers. </h2> <div class="form-group"> <p align="right"><?=Html::a('Return to search page', ['search/index'], ['class'=>'btn btn-lg btn-success', 'name'=>'returnSearchPage'])?></p> </div> </div> </div>