vito/resources/views/components/simple-card.blade.php
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

4 lines
158 B
PHP

<div {!! $attributes->merge(['class' => 'bg-white border boarder-gray-200 dark:border-gray-700 dark:bg-gray-800 p-6 rounded-md']) !!}>
{{ $slot }}
</div>