@extends('layouts.app') @section('title', 'Announcements') @section('page-title', 'Announcements') @section('content')
{{ $a->creator->name }} • {{ $a->created_at->diffForHumans() }}
{{ $a->content }}