| # | Title | Message | Type | Target | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $notification->title }} | {!! $notification->message !!} | @if ($notification->type == 'course_enroll') Course Enroll @elseif($notification->type == 'user') User @elseif($notification->type == 'admin') Admin @else Global @endif | @if ($notification->type == 'course_enroll' && $notification->course) Course: {{ $notification->course->title }} @elseif($notification->type == 'user' && $notification->user) User: {{ $notification->user->name }} @else All Users @endif | id) }}> |