@extends('layouts.admin.main') @section('content')
| Notifications | @foreach($notifications as $n)
| read_at == null) class="notification-success cursor" onclick="markNotificationAsRead('{{$n->id}}')" @endif>
@if(isset($n->data['title']))
{{$n->data['title']}}
@else
{{$n->data['name']}} {{$n->data['msg']}} @endif |