merge(['class' => $makeBoxClass()]) }}>
{{-- Box icon --}}
@isset($icon)
{{-- Box title --}}
@isset($title)
@if(isset($url) && $urlTarget == 'title')
{{ $title }}
@else
{{ $title }}
@endif
@endisset
{{-- Box short text --}}
@isset($text)
@if(isset($url) && $urlTarget == 'text')
{{ $text }}
@else
{{ $text }}
@endif
@endisset
{{-- Box progress bar --}}
@if(isset($progress) && isset($attributes['id']))
@elseif(isset($progress))
@endif
{{-- Box long description --}}
@isset($description)
{{ $description }}
@endisset