This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
jjhc
/
jucai
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
6ec9f4ce17
Dallar
Biçim İmleri
master
jucai
/
libs
/
repositories
/
laravel-admin
/
resources
/
views
/
widgets
/
callout.blade.php
callout.blade.php
114 B
Geçmiş
Ham
1
2
3
4
5
6
<div {!! $attributes !!} >
@if(isset($title))
<h4>{{ $title }}</h4>
@endif
{!! $content !!}
</div>