{{ config('app.name') }} Update
@if($displayCurrent)
aktuell: {{ $displayCurrent }}
@else
aktuell: –
@endif
@if($displayLatest)
•
verfügbar: {{ $displayLatest }}
@endif
@if($progressLine || $errorLine)
@if($progressLine)
{{ $progressLine }}
@endif
@if($errorLine)
{{ $errorLine }}
@endif
@endif