@extends('layout.default') @section('title', $__t('About Grocy')) @section('content')

@yield('title')

Version {{ $versionInfo->Version }}
{{ $__t('Released on') }} {{ $versionInfo->ReleaseDate }}

PHP Version {{ $systemInfo['php_version'] }}
SQLite Version {{ $systemInfo['sqlite_version'] }}
OS {{ $systemInfo['os'] }}
Client {{ $systemInfo['client'] }}

{{ $__t('Do you find Grocy useful?') }}
{{ $__t('Say thanks') }}

@php $Parsedown = new Parsedown(); @endphp @foreach($changelog['changelog_items'] as $changelogItem) @endforeach

Grocy is a project by Bernd Bestel
Created with passion since 2017
Life runs on code

@stop