@extends('emails.layout') @section('content')
New Announcement

{{ $announcement->title }}

Published on {{ $announcement->created_at->format('d M, Y') }}

{!! nl2br(e($announcement->content)) !!}

Visit the company dashboard to view all current announcements and updates.

Go to Dashboard @endsection