mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
7 lines
294 B
PHP
7 lines
294 B
PHP
<x-input-wrapper :name="$name" :id="$id" :unique_id="$unique_id" :label="$label">
|
|
@include('components.inputs.standard-input')
|
|
|
|
<x-slot name="before">{{ isset($before) ? $before : null }}</x-slot>
|
|
<x-slot name="after">{{ isset($after) ? $after : null }}</x-slot>
|
|
</x-input-wrapper>
|