Daily Routines
All your daily recurring schedules
@forelse($dailyRoutines as $routine)
@empty
@endforelse
{{ $routine->title }}
@if($routine->description)
{{ Str::limit(strip_tags($routine->description), 100) }}
@endif