@extends('layouts.teacher')
| # | Title | Content | Date | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ ucwords($announcement->subject) }} | {{ucfirst(substr($announcement->message,0,50))}}{{strlen($announcement->message)>50?"...":""}} | {{date('d-m-Y',strtotime($announcement->created_at))}} | |
| No notification found | ||||