@if($version_response <= config('settings.script_version'))
GamePort Script Up to Date
You are running the latest GamePort script version {{config('settings.script_version')}}!
{{now()->format(config('settings.date_format'))}}
Last check
@else
GamePort Script update available!
Your are running an old GamePort script version ({{config('settings.script_version')}}). Please update to version {{ $version_response }}!
{{now()->format(config('settings.date_format'))}}
Last check
@endif