| Notification Type : |
@if($list[0]->notification_type == 1)In-app Notification @elseif($list[0]->notification_type == 2) Push Notification @else @endif |
@if($list[0]->notification_type == 1)
| Title : |
@if($list[0]->title !='') {{$list[0]->title}} @endif |
| Content Type : |
@if($list[0]->desc_type ==1) Text Content @elseif($list[0]->desc_type ==2) Image @else @endif |
@endif
@if($list[0]->desc_type == 2)
| Image : |
{{$list[0]->img_name}} |
@else
| Description : |
{!! $list[0]->description !!} |
@endif
@if($list[0]->notification_type == 2)
| Title - Push Notification : |
@if($list[0]->notification_title !='') {{$list[0]->notification_title}} @endif |
@endif
@if($list[0]->notification_type == 1)
| Active From : |
{{$list[0]->active_from}} |
| Active to : |
{{$list[0]->active_to}} |
@endif
| Status : |
@if($list[0]->status == 1) Active @else Inactive @endif |