@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content')

Custom Notification

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