This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xmnk
/
hemeilei-code
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e490097222
Branches
Tags
hemeile-old
master
tigerseeds
hemeilei-code
/
resources
/
views
/
admin
/
widgets
/
callout.blade.php
callout.blade.php
114 B
History
Raw
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>