11 lines
371 B
PHP
11 lines
371 B
PHP
<footer class="main-footer">
|
|
<div class="container">
|
|
<p class="text-muted pull-left">
|
|
LogViewer - <span class="label label-info">version {{ log_viewer()->version() }}</span>
|
|
</p>
|
|
<p class="text-muted pull-right">
|
|
Created with <i class="fa fa-heart"></i> by ARCANEDEV <sup>©</sup>
|
|
</p>
|
|
</div>
|
|
</footer>
|