ID {{ $notification->id }}
Title {{ $notification->title }}
Notification Type {{ ucfirst($notification->type)}}
Brand ID {{ ucfirst($notification->brand_id)}}
Deal ID {{ ucfirst($notification->deal_id)}}
Scheduled At {{ $notification->scheduled_at }}
Description/Body {{ $notification->body }}
Image
Created At {{ $notification->created_at }}
Updated At {{ $notification->updated_at }}