@section('theme::title', __('seo.downloads')) @section('theme::content')

{{ __('downloads.title') }}

@forelse($downloads as $download)
img
{{ $download->name }}
{{-- Version 202--}}
  {{ $download->file_size }}
img
Last Update
{{$download->created_at?->format('Y-m-d')}}
{{ __('downloads.download-button') }}
@empty
{{ __('downloads.no-downloads') }}
@endforelse

{{ __('Graphic Drivers') }}

{{ __('Game Requirements') }}

{{config('app.name')}} currently supports Windows only. Presently there is no support for Mac or Linux.

{{__('Minimum Requirements')}} {{__('Recommended Requirements')}}
{{__('CPU')}} {{__('Pentium 3 800MGz or higher')}} {{__('Intel i3 or higher')}}
{{__('RAM')}} {{__('2GB')}} {{__('4GB')}}
{{__('VGA')}} {{__('3D speed over GeForce2 or ATI 9000')}} {{__('3D speed over GeForce FX 5600 or ATI 9500')}}
{{__('SOUND')}} {{__('DirectX 9.0c Compatibility card')}} {{__('DirectX 9.0c Compatibility card')}}
{{__('HDD')}} {{__('5GB or higher (including swap and temporary file)')}} {{__('8GB or higher (including swap and temporary file)')}}
{{__('OS')}} {{__('Windows 7')}} {{__('Windows 10')}}
@endsection