track.bengoldsworthy.net {{ ucwords($digest_type) }} Digest
Generated: {{ (new DateTime())->format('D jS F Y') }}
View the tracker here.
Checkins
@foreach($checkins as $checkin)
-
{!! $checkin->title ?? "Untitled" !!}
{!! render_date_difference($checkin->date) !!}
@if($checkin->note)
{!! $checkin->note !!}
@endif
@if($checkin->image_url)
@endif
@endforeach