@extends('layout.default') @section('title', $L('About grocy')) @section('content')

@yield('title')

grocy is a project by Bernd Bestel
Created with passion since 2017

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

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

Life runs on code
@stop