@extends('panel.layouts.superadmin.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Notifications @stop @section('content')

Notifications

Id Date Tag Title Status  
@include('superadmin.updatenotifications.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'updatenotification'])
@stop @section('custom-scripts') @stop