@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Notification List')}}

@foreach($lims_notification_all as $key=>$notification)
Warning: Undefined variable $notification in C:\laragon\www\pos\resources\views\backend\notification\index.blade.php on line 32

Warning: Attempt to read property "data" on null in C:\laragon\www\pos\resources\views\backend\notification\index.blade.php on line 32

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\notification\index.blade.php on line 32

Fatal error: Uncaught Error: Class "DB" not found in C:\laragon\www\pos\resources\views\backend\notification\index.blade.php:33 Stack trace: #0 {main} thrown in C:\laragon\www\pos\resources\views\backend\notification\index.blade.php on line 33
{{trans('file.date')}} {{trans('file.From')}} {{trans('file.To')}} {{trans('file.Document')}} {{trans('file.Message')}} {{trans('file.Reminder Date')}} {{trans('file.Status')}}