Files
Additional/storage/framework/views/f173681a20263f194334b1a3014b6285.blade.php
T
twotalesanimation 6de01c13c5 New Initial Commit
2025-12-09 12:04:54 +02:00

6 lines
378 B
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(['field','class'])
<x-filament-forms::field-wrapper :field="$field" :class="$class" >
{{ $slot ?? "" }}
</x-filament-forms::field-wrapper>