Tracking Wellness : {{$user->name}}

A lightweight, extendable, dependency-free javascript HTML table plugin.

WELLNESS TRACKING (TRACK RECOVERY)

@foreach($wellness as $well) @if($well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise < 10) @endif @if($well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise > 10 && $well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise < 20) @endif @if($well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise > 20) @endif @endforeach
Month day Sleep Fatigue Muscle Stress Mood Exercise Total Score
{{date('F', strtotime($well->date)) }} {{date('dS', strtotime($well->date)) }} {{$well->sleep}} {{$well->fatigue}} {{$well->muscle}} {{$well->stress}} {{$well->mood}} {{$well->exercise}} {{$well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise}} {{$well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise}} {{$well->sleep + $well->fatigue + $well->muscle + $well->stress + $well->mood + $well->exercise}}