@if (count($result) > 0)
@foreach ($result as $resultLine)
{{ $resultLine }}
@endforeach
@else {{ __('maintenance.update.title') }} {{ $channelName }}
{{ $info }}
{{ $extra }}
@if($can_check) {{ __('lychee.CHECK_FOR_UPDATE') }} @endif @if($can_update) {{ __('lychee.UPDATE') }} @endif @if(!$can_update && !$can_check) {{ __('maintenance.update.no-pending-updates') }} @endif @endif