{{ Auth::user()->name }}'s Goals
{{ $date->format('D, j M Y') }}

Add Goal

Goals

@forelse($goals['present'] as $goal)
{{ number_format($goal->amount, 0) }}{{ $goalOptions[$goal->goal]['unit'] }} {{ $goalOptions[$goal->goal]['label'] }} TODO: Details for the day!
@empty
No goals set.
@endforelse