@extends('template.basic.layouts.master') @section('content')
Notifications
Notifications
{{$unreadCount}}
@forelse($notifications as $notify)

{{ data_get($notify->data,'data') }}

{{ calculate_relative_time($notify->created_at) }}

@empty

No Notifications Yet

You’re all caught up! New alerts and updates will appear here when available.

@endforelse
{{$notifications->links()}}
@endsection