@extends('layout.default') @section('title', $__t('About grocy')) @section('viewJsName', 'about') @section('content')

@yield('title')

Version {{ $version }}
{{ $__t('Released on') }} {{ $releaseDate }}

PHP Version {{ $system_info['php_version'] }}
SQLite Version {{ $system_info['sqlite_version'] }}

{{ $__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