관리-도구
편집 파일: 8974e8f39acbd8f56f9cf3f41f524454.blade.php
<?php extract((new \Illuminate\Support\Collection($attributes->getAttributes()))->mapWithKeys(function ($value, $key) { return [Illuminate\Support\Str::camel(str_replace([':', '.'], ' ', $key)) => $value]; })->all(), EXTR_SKIP); ?> @props(['theme','content','data']) <x-default:theme::footer.bottom :theme="$theme" :content="$content" :data="$data" > {{ $slot ?? "" }} </x-default:theme::footer.bottom>