kusowl d42a12e554 refactor: card component and heading
- add default style of h2 heading
- make card component for consistent style
2026-01-08 11:30:23 +05:30

4 lines
98 B
PHP

<div class="card flex flex-col space-y-4 shadow-xl p-8 bg-white rounded-xl">
{{$slot}}
</div>