@php
$also_read_utm_tag = "/?utm_source=website&utm_medium=Also+Read&utm_campaign=Also+Read&utm_id=Also+Read&utm_term=Also+Read&utm_content=Also+Read";
@endphp
Read More
@foreach ($related_posts as $related_post)
@php
$permalink = get_permalink($related_post) . $also_read_utm_tag;
@endphp
- {!! $related_post->title !!}
@endforeach