{{ config('app.name') }} Update
{{-- Versionszeile --}}
@if($displayCurrent)
aktuell: {{ $displayCurrent }}
@else
aktuell: –
@endif
@if($displayLatest)
•
verfügbar: {{ $displayLatest }}
@endif
{{-- Einzeilige Fortschritts-/Fehleranzeige (optional) --}}
@if($progressLine || $errorLine)
@if($progressLine)
{{ $progressLine }}
@endif
@if($errorLine)
{{ $errorLine }}
@endif
@endif
{{-- Badge + Button (rein aus Properties) --}}
{{ $badgeText }}
@if($showButton)
@endif
{{-- Progress-Balken nur während running --}}
@if($state === 'running')