@forelse($relation_type as $key => $val)

{!!@$val->name!!}

{!!@$val->user->name!!} at {!! format_date($val->created_at)!!}

@empty

No RelationType

@endif