@props([
'card' => null,
'title' => null,
'description' => null,
'icons' => null,
'links' => null,
])
merge(['class' => 'border border-graycoffee p-6 flex flex-col justify-between']) }}>
@if($icons)
 }})
@endif
@if($title)
{{ $title }}
@endif
@if($description)
{{ $description }}
@endif
@if($links)
@endif