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