merge(['class' => $makeBoxClass()]) }}> {{-- Box icon --}} @isset($icon) @endisset {{-- Box content --}}
{{-- 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
{{-- Register Javascript utility class for this component --}} @once @push('js') @endpush @endonce