@extends('layouts.app') @section('title', 'Notification') @section('page-specific-style') @endsection @section('content')
| Type | Message | Read at |
|---|---|---|
| @if ($type == 'LeadAccessNotification') {{-- Lead View --}} Lead View @elseif ($type == 'UserUpdateNotification') {{-- User Role Updated --}} User Role Updated @elseif ($type == 'NewUserCreatedNotification') {{-- User Added --}} User Added @endif | {!! $item->data['message'] !!} | {{ $item->read_at }} |