@props([
'style' => 1,
'link' => null,
'title' => null,
'value' => null,
'heading' => null,
'subheading' => null,
'icon' => null,
'bg' => null,
'color' => null,
'icon_color' => null,
'icon_style' => 'outline',
'overlay_icon' => 1,
'cover_cursor' => 0,
'outline' => false,
'type' => 1,
'viewMoreIcon' => true,
])
@php
$iconColor = $icon_color ?? $color;
@endphp
@if ($style == 1)
@endif
@if ($style == 2)
@endif
@if ($style == 3)
@endif
@if ($style == 4)
@endif
@if ($style == 5)
@endif
@if ($style == 6)
@endif
@if ($style == 7)
@endif