Files
Gw0bm/resources/views/layout7/partials/motd.blade.php
2021-04-16 20:41:48 +00:00

14 lines
376 B
PHP
Executable File

<aside class="comments hidden-xs">
<div style="border: 3px solid #1fb2b0;margin-bottom:1px;" class="panel panel-info">
<div class="panel-body motd">
<div><span class="anim">420 blaze it <img class="icon" src="https://w0bm.com/images/icons/weed.png" /></span></div>
</div>
</div>
@if(Auth::check())
@include('partials.commentform')
@endif
</aside>