demo-pathology/frontend/modules/em/views/staining/index.php

9 lines
203 B
PHP
Raw Normal View History

2025-12-26 03:03:19 +00:00
<?php
use yii\grid\GridView;
use yii\helpers\Html;
use yii\widgets\Pjax;
$this->title = 'Electron Microscope (EM)';
$this->params['breadcrumbs'][] = $this->title;
?>
<?=$this->render('/layouts/_menu')?>