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

6 lines
388 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','labelTag'])
<x-filament-forms::field-wrapper :field="$field" :label-tag="$labelTag" >
{{ $slot ?? "" }}
</x-filament-forms::field-wrapper>