@inject('markdown', 'Parsedown') @php // TODO: There should be a better place for this. $markdown->setSafeMode(true); @endphp
{{ $user->discord_name ?? $user->name }} - {{ \Carbon\Carbon::parse($comment->created_at)->diffForHumans() }}
@else{{ $user->discord_name ?? $user->name }} - {{ \Carbon\Carbon::parse($comment->created_at)->diffForHumans() }}
@endif