wyyl/storage/framework/views/92e60f53934937169898b21b13f...

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>