@if(count($errors) > 0) @foreach($errors as $error)
{{ $error }}
@endforeach @endif @if($versionAvailable)

Versão disponível: {{ $versionAvailable }}

Download em andamento... Progresso: {{ $downloadProgress }}%
Você está offline. Verifique sua conexão com a internet.

@endif @if($success)

{{ $success }}

@endif @if($output)
                    
                        {!! $output !!}
                    
                
@endif @if($changelogs)
                    {!! $changelogs !!}
               
@endif
@push('styles') @endpush @push('scripts') @endpush