관리-도구
편집 파일: 08a7307a45b370c50c3094707839bb79.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']) <x-default:theme::header.header-top-one :theme="$theme" :content="$content" > {{ $slot ?? "" }} </x-default:theme::header.header-top-one>