@extends('livewire.forms.input-template') @section('auto-update') @parent
@error('value') {{$message}} @enderror
@overwrite @section('pending') @parent@error('value') {{$message}} @enderror
@overwrite @section('render') value}}>{{ $input->value }} @overwrite @section('display') @overwrite @section('other'){{ $input->value }}
@overwrite