@extends('layouts.app') @section('content')

Community Notifications Pending Approval

@if (Auth::guard('admin')->user()->bCoach == 1 || Auth::guard('admin')->user()->bCoach == 1) View All Jobs @endif
@foreach ($notifications as $row) @endforeach
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
@endsection @push('scripts') @endpush