6 lines
286 B
PHP
6 lines
286 B
PHP
<?php extract(collect($attributes->getAttributes())->mapWithKeys(function ($value, $key) { return [Illuminate\Support\Str::camel(str_replace([':', '.'], ' ', $key)) => $value]; })->all(), EXTR_SKIP); ?>
|
|
|
|
<x-editor-slide_show {{ $attributes }}>
|
|
|
|
{{ $slot ?? "" }}
|
|
</x-editor-slide_show>
|