Routines
Manage your daily, weekly, and monthly routines
{{ $daily }}
Daily
{{ $weekly }}
Weekly
{{ $monthly }}
Monthly
{{ $total }}
Active Today
{{-- Daily --}}
{{-- Weekly --}}
{{-- Monthly --}}
{{-- end .cu-kanban --}}
@forelse($upcomingDailyRoutines as $routine)
@empty
@endforelse
{{ $routine->title }}
@if($routine->description)
{{ Str::limit(strip_tags($routine->description), 90) }}
@endif
No daily routines active today
@forelse($upcomingWeeklyRoutines as $routine)
@empty
@endforelse
{{ $routine->title }}
@if($routine->description)
{{ Str::limit(strip_tags($routine->description), 90) }}
@endif
No weekly routines this week