@extends($rootLayout) @if($mode == 'edit') @section('title', $__t('Edit product group')) @else @section('title', $__t('Create product group')) @endif @section('viewJsName', 'productgroupform') @section('grocyConfigProps') EditMode: '{{ $mode }}', @if($mode == 'edit') EditObjectId: {{ $group->id }}, @endif @endsection @section('content')