This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
jjhc
/
jucai
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
605d74db75
Branche
Tagy
master
jucai
/
libs
/
repositories
/
laravel-admin
/
resources
/
views
/
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>