@php // Wee need this extra step to support models arrays. Ex: wire:model="emails.0" , wire:model="emails.1" $uuid = $uuid . $modelName() @endphp @if($label && !$inline) @endif @if($prepend || $append)
@endif @if($prepend)
{{ $prepend }}
@endif
@if($icon) @endif @if($iconRight) @endif @if($label && $inline) @endif
@if($append)
{{ $append }}
@endif @if($prepend || $append)
@endif @if(!$omitError && $errors->has($errorFieldName())) @foreach($errors->get($errorFieldName()) as $message) @foreach(Arr::wrap($message) as $line)
{{ $line }}
@break($firstErrorOnly) @endforeach @break($firstErrorOnly) @endforeach @endif @if($hint)
{{ $hint }}
@endif