{{--@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
{{-- aktuell --}} @if($displayCurrent) aktuell: {{ $displayCurrent }} @else aktuell: @endif {{-- verfügbar --}} @if($displayLatest) verfügbar: {{ $displayLatest }} @endif
{{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} @if($this->hasUpdate) @endif
{{--
--}} {{-- @if($this->hasUpdate)--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- Fortschritt nur während running --}} @if($state === 'running')
@endif