{{ __("Auto Updates") }} {{ __("You can apply lastest updates automatically from here if available.") }}
{{ __($status["available"] ? "Update Available" : 'You\'re on Latest Version') }}
{!! $status["message"] !!}
@if ($progress)
{!! $progress !!}
@endif
@if ($status["available"] && ! $status["disabled"]) {{ __("Apply") }} @elseif ($status["disabled"]) {{ __("Please upgrade your PHP version to apply update.") }} @else {{ __("Apply") }} @endif