@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 = $trip->checkins @endphp
@else
@php $checkinsList = array_slice(array_reverse($trip->checkins), 0, 10) @endphp
@endif
@include('partials.checkins-list')