관리-도구
편집 파일: e240b2f42d70949baf7920aeb8c73ae6.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::header.header :theme="$theme" :content="$content" :data="$data" > {{ $slot ?? "" }} </x-default:theme::header.header>