movie-night-nuevo/resources/views/components/ui/card.blade.php
Edward Tirado Jr. 73d6578857
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
set up list management
2025-12-13 19:33:52 -06:00

3 lines
127 B
PHP

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