@extends('layouts.app') @section('content')
| Type | Topic ID | EUser ID | Notification Title | Notification Body | Recipient | Created | Action |
|---|---|---|---|---|---|---|---|
| {{ $row->vNotificationType }} | {{ $row->iTopicID }} | {{ $row->vEUserId }} | {{ $row->vNotificationTitle }} | {{ $row->vNotificationBody }} | {{ $row->vRecipient }} | {{ timeElapsedString($row->dDateCreated) }} | @if (Auth::guard('admin')->user()->bCoach == 1 || Auth::guard('admin')->user()->bCoach == 1) @if (app()->environment('local')) @endif @else View only @endif |