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

Custom Notification

@foreach ($list as $key => $val) @if($val->notification_type == 1) @elseif($val->notification_type == 2) @endif @endforeach
ID Title Notification Type Content Type Image Status Action
{{ $loop->iteration }}{{ $val->title }}{{ $val->notification_title }}@if($val->notification_type == 1)In app notification @elseif($val->notification_type == 2) Push Notification @else @endif @if($val->desc_type == 1)Text Content @elseif($val->status == 2) Image @else @endif {{ $val->img_name }} @if($val->status == 1)Active @else Inactive @endif
@endsection @section('scripts') @endsection