@extends('layouts.app') @section('title','Manage Announcements - Admin Panel') @section('content')
Create and manage announcements shown on the landing page
{{ Str::limit($announcement->content, 200) }}
Create your first announcement to display on the landing page.
Create First Announcement