@extends('layouts.admin.main') @section('content')

Mes notifications

@foreach($notifications as $n) @endforeach
Notifications
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
@endsection @section('custom_scripts') @endsection