@forelse($syncLogs as $log)
{{ $log->message }} {{ $log->created_at->diffForHumans() }}
#{{ $log->property_id }}
@if($log->api_hits > 0)
{{ $log->api_hits }} Requests
@endif
@empty

No recent activity logs found for this account.

@endforelse