merge(['class' => $makeBoxClass()]) }}> {{-- Box title and description --}}
@isset($title)

{{ $title }}

@endisset @isset($text)
{{ $text }}
@endisset
{{-- Box icon --}} @isset($icon)
@endisset {{-- Box link --}} @isset($url) @if(! empty($urlText)) {{ $urlText }} @endif @endisset {{-- Box overlay --}}
{{-- Register Javascript utility class for this component --}} @once @push('js') @endpush @endonce