@props(['type' => 'html']) @once @push('vendors') @vite('resources/js/vendor/highlight/index.js') @endpush @endonce
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)) }}
            
        
@once @push('scripts') @vite('resources/js/components/highlight/index.js') @endpush @endonce