@extends('layouts.app') @section('title', 'Announcements') @section('content') @forelse ($announcements as $a) 📣 @if ($a->title){{ $a->title }}@endif {{ $a->created_at->diffForHumans() }} {{ $a->body }} @include('classroom.partials.announcement_attachments', ['a' => $a]) @empty @endforelse @endsection
{{ $a->title }}
{{ $a->created_at->diffForHumans() }}
{{ $a->body }}