{{--@php--}} {{-- $hasUpdate = $latest && $current && version_compare($latest, $current, '>');--}} {{--@endphp--}} {{--
--}} {{--
--}} {{-- --}}{{-- Shield-Bot --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
MailWolt Update
--}} {{-- --}}{{-- kleine Statuszeile mit Versionen, wenn vorhanden --}} {{--
--}} {{-- @if($current)--}} {{-- aktuell: {{ $current }}--}} {{-- @else--}} {{-- aktuell: --}} {{-- @endif--}} {{-- @if($latest)--}} {{-- --}} {{-- verfügbar: {{ $latest }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}{{-- Badge rechts --}} {{-- --}} {{-- --}} {{-- {{ $hasUpdate ? 'Update verfügbar' : 'Aktuell' }}--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- @if($hasUpdate)--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- --}}{{-- Progress-Bar, wenn running --}} {{-- @if($state === 'running')--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}}
{{-- Shield + Update-Icon --}}
{{ config('app.name') }} Update
@if($current) aktuell: {{ $current }} @else aktuell: @endif @if($latest) verfügbar: {{ $latest }} @endif
{{-- Badge rechts --}} {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }}
@if($this->hasUpdate) @endif
{{-- Fortschritt nur während running --}} @if($state === 'running')
@endif