diff --git a/resources/views/admin/newsroom/home.blade.php b/resources/views/admin/newsroom/home.blade.php new file mode 100644 index 000000000..78976bd71 --- /dev/null +++ b/resources/views/admin/newsroom/home.blade.php @@ -0,0 +1,62 @@ +@extends('admin.partial.template-full') + +@section('section') +
Newsroom
+Manage News and Platform Tips
+{{str_limit($news->title,30)}}
+{{str_limit($news->summary, 40)}}
+No Announcements Found!
+