Files
lsky-pro/resources/views/components/box.blade.php
T
2021-12-18 16:12:58 +08:00

7 lines
209 B
PHP

<div class="rounded w-full overflow-hidden">
<div class="px-4 py-3 bg-slate-50 text-gray-800 text-md truncate">{{ $title }}</div>
<div class="bg-white w-full">
{{ $content }}
</div>
</div>