@php require_frontend_packages(['bootstrap-select']); @endphp @extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit chore')) @else @section('title', $__t('Create chore')) @endif @section('content')

@yield('title')


@if($mode == 'edit') @endif
@stop