This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
xmnk
/
hemeilei-code
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e490097222
Branche
Tagy
hemeile-old
master
tigerseeds
hemeilei-code
/
resources
/
views
/
admin
/
widgets
/
callout.blade.php
callout.blade.php
114 B
História
Raw
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>