@props([ 'name', 'multi_lang' => false, 'model' => null, 'label' => null, 'value' => null, 'type' => 'text', 'attr' => '', 'show' => false, ]) @php $calssVal = $name; $value = $value ?? $model?->$name ?? null; $label = is_null($label) ? null : __("admin.$label"); $attribute_name = $label ?? trans("admin.$name"); @endphp @if ($multi_lang)