9 lines
214 B
PHP
9 lines
214 B
PHP
|
|
<?php
|
||
|
|
use yii\grid\GridView;
|
||
|
|
use yii\helpers\Html;
|
||
|
|
use yii\widgets\Pjax;
|
||
|
|
|
||
|
|
$this->title = 'Immunohistochemistry Staining (IHC)';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
<?=$this->render('/layouts/_menu')?>
|