@extends('layout.default') @if($mode == 'edit') @section('title', 'Edit habit') @else @section('title', 'Create habit') @endif @section('viewJsName', 'habitform') @section('content')

@yield('title')

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

@stop