@if($updateAvailable)
Update Now
@else
New Version Available: {{ $latestVersion }}
Current Version: {{ $currentVersion }}
Your software is up to date.
Current Version: {{ $currentVersion }}
@endif
@foreach($versions as $version => $details)
@endforeach
{{ $details['released'] }}
Version {{ $version }} - {{ $details['description'] }}
-
@foreach($details['updates'] as $update)
- {{ $update }} @endforeach