{{-- Left Panel --}}
{{-- Right Form --}}
{{-- /.cu-layout --}}
{{-- Danger Zone --}}
Routine Info
@if($routine->frequency === 'daily')
@elseif($routine->frequency === 'weekly')
@else
@endif
{{ $routine->title }}
{{ ucfirst($routine->frequency) }}
@if($routine->start_time)
@endif
@if($routine->frequency === 'daily' && count($currentDays))
@endif
@if($routine->frequency === 'weekly' && count($currentWeeks))
@endif
@if($routine->frequency === 'monthly' && count($currentMonths))
@endif
Danger Zone
Permanently delete this routine. This action cannot be undone.