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

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

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

@empty

No MediaTopic

@endif