@extends('admin.layouts.app') @section('content')
{{ $article->title }}
By {{ $article->author->name }} in {{ $article->category->name }}
{{ $news->title }}
By {{ $news->author->name }} in {{ $news->category->name }}
{{ $activity->name }}
{{ $activity->description }}