@extends('layouts.admin') @section('title', 'Notification Delivery Logs') @section('page-title', 'Delivery Logs') @section('content')
{{ $notification->description }}
| Student | Parent Details | Status | Read Time |
|---|---|---|---|
|
{{ $log->student->name }}
{{ $log->student->roll_number }}
{{ $log->student->schoolClass->name }} - {{ $log->student->section->name }}
|
{{ $log->studentParent->name }}
{{ $log->studentParent->mobile }}
|
{{ $log->status }} | {{ $log->read_at ? \Carbon\Carbon::parse($log->read_at)->format('d M Y - h:i A') : '--' }} |
| No recipient logs recorded for this scope. | |||