14 lines
376 B
PHP
Executable File
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>
|