{{ $ejaculation->user->display_name }} {{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
@if ($ejaculation->tags->isNotEmpty())

@foreach ($ejaculation->tags as $tag) {{ $tag->name }} @endforeach

@endif @if (!empty($ejaculation->link))
@component('components.link-card', ['link' => $ejaculation->link]) @endcomponent

{{ $ejaculation->link }}

@endif @if (!empty($ejaculation->note))

{!! Formatter::linkify(nl2br(e($ejaculation->note))) !!}

@endif