@extends('admin.layout.base') @section('title', 'Push Notification ') @section('content')
  Push Notification
Add New Push Notification @foreach($notifications as $index => $notification) @endforeach
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 ) )}}
{{ csrf_field() }}
ID Image Type Title Notification Text Expiration Date Action
@endsection