@extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit chore')) @else @section('title', $__t('Create chore')) @endif @section('viewJsName', 'choreform') @section('grocyConfigProps') EditMode: '{{ $mode }}', @if($mode == 'edit') EditObjectId: {{ $chore->id }}, @endif @endsection @section('content')