@extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit chore')) @else @section('title', $__t('Create chore')) @endif @section('viewJsName', 'choreform') @push('pageScripts') @if(!empty($__t('bootstrap-select_locale') && $__t('bootstrap-select_locale') != 'x'))@endif @endpush @push('pageStyles') @endpush @section('content')