@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
Home / Dashboard
| Title | Target Audience | Sent Date | Status |
|---|---|---|---|
| {{ $notif->title }} | @if($notif->target_type == 'school') All Students @elseif($notif->target_type == 'class') Class Parents @else {{ ucfirst($notif->target_type) }} Target @endif | {{ \Carbon\Carbon::parse($notif->created_at)->format('d M Y') }} | {{ $notif->category == 'PTM' ? 'Sent' : 'Delivered' }} |