This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
jjhc
/
jucai
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3c8ecad19e
Branches
Tags
master
jucai
/
libs
/
repositories
/
laravel-admin
/
resources
/
views
/
widgets
/
callout.blade.php
callout.blade.php
114 B
Historique
Raw
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>