@php
[$property, $error, $id, $entangle] = $bind($attributes, $errors ?? null, $livewire);
$personalize = $classes();
$value = $sanitize($attributes, $property, $livewire);
@endphp
@if (!$livewire && $property)
@endif
{{ TallStackUi::blade()->json($options) }}
@if ($request['params'] ?? null)
{{ TallStackUi::blade()->json($request['params']) }}
@endif
@if ($label)
@endif
@if ($request)
@endif
-
@if (!$after)
-
{{ data_get($placeholders, 'empty') }}
@else
{!! $after !!}
@endif
@if ($hint && !$error)
@endif
@if ($error)
@endif