Notifications

@foreach($notifications as $notif) @endforeach
Full Name Email Company Created At Seen At Action
{{$notif['data']['name']}}
{{$notif['data']['email']}}
{{$notif['data']['company']}}
{{ Carbon\Carbon::parse($notif['data']['created_at']) }}
@isset($notif['read_at']) {{ Carbon\Carbon::parse($notif['read_at']) }} @else Unseen Notification @endisset