This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
jjhc
/
jucai
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b9f1f4b1b4
Branches
Tags
master
jucai
/
libs
/
repositories
/
laravel-admin
/
resources
/
views
/
widgets
/
callout.blade.php
callout.blade.php
114 B
Verlauf
Originalformat
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>