movie-night-nuevo/resources/views/components/ui/card.blade.php
Edward Tirado Jr. 54355fc942
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
ui cleanup
2025-12-26 13:07:15 -06:00

3 lines
127 B
PHP

<div {{ $attributes->merge(['class' => 'bg-gray-700 p-5 flex flex-col gap-5 items-center rounded']) }}>
{{ $slot }}
</div>