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