<?php $this->layout("_admin"); ?>
<section class="error-wrapper"style="margin-top: 0 !important;">
<i class="icon-404" style="margin-top: 150px"></i>
<h1 style="font-weight: bolder"><?= $error->code ?></h1>
<h2 class="font-large"><?= $error->title ?></h2>
<p><?= $error->message ?></p>
<p><a href="<?= $error->link ?>" class="btn btn-danger">Continue Navegando</a> </p>
<br><br>
</section>