@php $is_input_group = !empty($before) || !empty($after); @endphp
@if(!empty($label)) @endif @if($is_input_group)
@endif {{-- Icona prima dell'input --}} @if(isset($before)) {{ $before }} @endif {{-- Contenuti dell'input --}} {{ $slot }} {{-- Icona dopo l'input --}} @if(isset($after)) {{ $after }} @endif @if($is_input_group)
@endif @if($attributes->has('help') and $attributes->has('show-help')) {{ $attributes->get('help') }} @endif