@extends($rootLayout) @if($mode == 'edit') @section('title', $__t('Edit store')) @else @section('title', $__t('Create store')) @endif @section('viewJsName', 'shoppinglocationform') @section('grocyConfigProps') EditMode: '{{ $mode }}', @if($mode == 'edit') EditObjectId: {{ $shoppinglocation->id }}, @endif @stop @section('content')