@props(['type' => 'html']) @pushOnce('vendors') @vite('resources/js/utils/helper.js') @vite('resources/js/vendors/highlight.js') @endPushOnce
class(merge(['py-1 px-2 copy-code', $attributes->whereStartsWith('class')->first()]))->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }} > Copy example code
            
                {{ str_replace('>', 'HTMLCloseTag', str_replace('<', 'HTMLOpenTag', $slot)) }}
            
        
@pushOnce('styles') @vite('resources/css/vendors/highlight.css') @endPushOnce @pushOnce('scripts') @vite('resources/js/components/base/highlight.js') @endPushOnce