@extends('admin.layout.base') @section('title', 'Push Notification ') @section('content')
| ID | Image | Type | Title | Notification Text | Expiration Date | Action |
|---|---|---|---|---|---|---|
| {{$index + 1}} | {{($notification->type==1)?'User':'Provider'}} | {{$notification->title}} | {{$notification->notification_text}} | {{ date('Y-m-d: H:i:A', strtotime( $notification->expiration_date ) )}} | ||
| ID | Image | Type | Title | Notification Text | Expiration Date | Action |