My Goals - {{ $date->format('D, j M Y') }}

My Goals

Add Goal
@forelse($goals['present'] as $goal)
{{ $goal->summary }}
@empty
No goals set.
@endforelse