관리-도구
편집 파일: f79bc99aed8419e0384e9336c94ec4b6.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','class']) <x-default:theme::header.search :theme="$theme" :class="$class" > {{ $slot ?? "" }} </x-default:theme::header.search>