# depicter/1.3.2/views/admin/dashboard/index.php

Depicter — Popup &amp; Slider Builder, version 1.3.2. 12 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.3.2/code/views/admin/dashboard/index.php
- Raw: https://pluginprobe.com/plugins/depicter/1.3.2/raw/views/admin/dashboard/index.php
- Modified: 2022-07-13T12:23:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.3.2/code/views/admin/dashboard/index.php#L10-L20`.

```php
<?php
/**
 * Admin dashboard view.
 *
 * @package Depicter
 */

?>
<div class="master-dashboard-content ">
	<?php \Depicter::render( 'admin/dashboard/partials/content.php', []); ?>
</div>

```
