@stack('pageStyles')
{{ $L('Stock overview') }}
{{ $L('Habits overview') }}
{{ $L('Batteries overview') }}
{{ $L('Purchase') }}
{{ $L('Consume') }}
{{ $L('Shopping list') }}
{{ $L('Inventory') }}
{{ $L('Habit tracking') }}
{{ $L('Battery tracking') }}
{{ $L('Manage master data') }}
{{ $L('Products') }}
{{ $L('Locations') }}
{{ $L('Quantity units') }}
{{ $L('Habits') }}
{{ $L('Batteries') }}
@if(AUTHENTICATED === true)
{{ HTTP_USER }}
{{ $L('Logout') }}
@endif
{{ $L('Manage API keys') }}
{{ $L('REST API & data model documentation') }}
{{ $L('About grocy') }} (Version {{ $version }})
@yield('content')
{{ $L('About grocy') }}
×
grocy is a project by
Bernd Bestel
Created with passion since 2017
Version {{ $version }}
{{ $L('Released on') }} {{ $releaseDate }}
Life runs on code
@if(!empty($L('bootstrap_datepicker_locale')))@endif @if(!empty($L('moment_locale')))@endif @stack('pageScripts') @stack('componentScripts') @if(file_exists(__DIR__ . '/../../data/add_before_end_body.html')) @php include __DIR__ . '/../../data/add_before_end_body.html' @endphp @endif