Notifications
High value withdrawals
{{ $notification->title }}
{{ optional($notification->created_at)->diffForHumans() }}
{{ $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 }}