@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) {{ $title ?? 'icon' }} @endif @if($title)

{{ $title }}

@endif @if($description)

{{ $description }}

@endif
@if($links)
Learn More
@endif