mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
6 lines
163 B
PHP
6 lines
163 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>
|