This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
xmnk
/
hemeilei-code
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e490097222
Ramos
Etiquetas
hemeile-old
master
tigerseeds
hemeilei-code
/
resources
/
views
/
admin
/
widgets
/
callout.blade.php
callout.blade.php
114 B
Histórico
Em bruto
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>