@include('Admin.layouts.app') @include('Admin.layouts.sidebar') @section('title', 'Push Notifications')
S.No | Title | Message | Created at | Status | Actions |
---|---|---|---|---|---|
{{++$key}} | {{$notification->title}} | {{$notification->message}} | {{$notification->created_at}} | {{$notification->status == 1 ? 'Active' : 'InActive'}} |
|