@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 /home/ntseahrz/pos.ntseuae.com/resources/views/backend/notification/index.blade.php on line 32

Warning: Attempt to read property "data" on null in /home/ntseahrz/pos.ntseuae.com/resources/views/backend/notification/index.blade.php on line 32

Fatal error: Uncaught Error: Class "DB" not found in /home/ntseahrz/pos.ntseuae.com/resources/views/backend/notification/index.blade.php:33 Stack trace: #0 {main} thrown in /home/ntseahrz/pos.ntseuae.com/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')}}