This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
jjhc
/
jucai
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
a45e88f98f
Ranting
Tag
master
jucai
/
libs
/
repositories
/
laravel-admin
/
resources
/
views
/
widgets
/
callout.blade.php
callout.blade.php
114 B
Riwayat
Mentahan
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>