merge(['class' => $makeBoxClass()]) }}>
{{-- Box icon --}}
@isset($icon)
@endisset
{{-- Box content --}}
{{-- Box title --}}
@isset($title)
{{ $title }}
@endisset
{{-- Box short text --}}
@isset($text)
{{ $text }}
@endisset
{{-- Box progress bar --}}
@if(isset($progress) && isset($attributes['id']))
@elseif(isset($progress))
@endif
{{-- Box long description --}}
@isset($description)
{{ $description }}
@endisset
{{-- Register Javascript utility class for this component --}}
@once
@push('js')
@endpush
@endonce