Files
lsky-pro/resources/views/components/code.blade.php
T
2022-02-20 12:54:39 +08:00

4 lines
148 B
PHP

<pre {{ $attributes->merge(['class' => 'my-2 bg-white rounded-md p-4 text-sm bg-gray-500 text-white overflow-x-auto']) }}>
{{ $slot ?? '' }}
</pre>