Files
lsky-pro/resources/views/components/box.blade.php
T
2022-04-29 09:47:17 +08:00

7 lines
223 B
PHP

<div class="rounded w-full overflow-hidden shadow-custom">
<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>