diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index 11889c2..1db3b1e 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -33,7 +33,7 @@

@if ($showAllCheckins) Posts @else Recent Posts @endif

Want to receive a regular email digest of updates?

Ask me and I'll add you to the list: weekly, fortnightly and monthly options available (or daily if you're really keen).

-
    +
      @if($showAllCheckins || $toCheckin || $fromCheckin) @php $checkinsList = array_reverse($trip->checkins) @endphp @else