OwlCyberSecurity - MANAGER
Edit File: 757f78daea9a98869e27462aef14e4eb.blade.php
<?php extract(collect($attributes->getAttributes())->mapWithKeys(function ($value, $key) { return [Illuminate\Support\Str::camel(str_replace([':', '.'], ' ', $key)) => $value]; })->all(), EXTR_SKIP); ?> @props(['field','inlineLabelVerticalAlignment']) <x-filament-forms::field-wrapper :field="$field" :inline-label-vertical-alignment="$inlineLabelVerticalAlignment" > <x-slot name="labelPrefix" >{{ $labelPrefix }}</x-slot> {{ $slot ?? "" }} </x-filament-forms::field-wrapper>