Notifications

High value withdrawals

@if($unreadCount) @endif
@forelse($notifications as $notification) @php($isUnread = ! $notification->is_read)

{{ $notification->title }}

{{ optional($notification->created_at)->diffForHumans() }}

@if($notification->message)

{{ $notification->message }}

@endif @if($notification->type === 'withdrawal')

Requested Amount: {{ data_get($notification->data, 'symbol') }} {{ number_format((float) data_get($notification->data, 'amount'), 2) }}

User ID: {{ $notification->user->name }}

@endif
@empty
🎉 You’re all caught up!
@endforelse