@extends('layout.default') @section('title', $L('Habits overview')) @section('activeNav', 'habitsoverview') @section('viewJsName', 'habitsoverview') @push('pageScripts') @endpush @section('content')
{{ $L('#1 habits are due to be done within the next #2 days', $countDueNextXDays, $nextXDays) }}
{{ $L('#1 habits are overdue to be done', $countOverdue) }}