<div class="flex flex-col p-2 bg-white rounded-lg overflow-hidden">
<x-filament-actions::action
:action="$this->createAction"
dynamic-component="filament::button"
class="items-center justify-center text-center m-auto shadow-none">
<div class="opacity-40 hover:opacity-80 hover:cursor-pointer">
<div class="items-center justify-center text-center m-auto">
<div
class="w-16 h-16 rounded-full bg-black text-white flex items-center justify-center text-2xl mx-auto">
<i class="fas fa-plus"></i>
</div>
<div class="mt-2 text-2xl font-black mx-auto text-black">Voeg toe</div>
</div>
</div>
</x-filament-actions::action>
<x-filament-actions::modals/>
</div>
<div class="flex flex-col p-2 bg-white rounded-lg overflow-hidden">
<x-filament-actions::action
:action="$this->createAction"
dynamic-component="filament::button"
class="items-center justify-center text-center m-auto shadow-none">
<div class="opacity-40 hover:opacity-80 hover:cursor-pointer">
<div class="items-center justify-center text-center m-auto">
<div
class="w-16 h-16 rounded-full bg-black text-white flex items-center justify-center text-2xl mx-auto">
<i class="fas fa-plus"></i>
</div>
<div class="mt-2 text-2xl font-black mx-auto text-black">Voeg toe</div>
</div>
</div>
</x-filament-actions::action>
<x-filament-actions::modals/>
</div>