@php use App\Http\Controllers\Mod\ModNotifications; @endphp @include('system-layouts.layout-head') @include('plugin-datatable.datatable-css') @include('plugin-datatable.datatable-css-responsive') @include('mod-notifications.style') @include('mod-notifications.title') @php($url_default='notifications')

Lista

@foreach($record as $row ) @endforeach
Detalhes
ID: {!! $row->idNotifications !!} | Nome: {!! $row->xName !!}
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-notifications/index.blade.php on line 69

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-notifications/index.blade.php on line 69

Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /home/admgocrm/public_html/crm/dev/crmviews/mod-notifications/index.blade.php on line 69
@include('system-layouts.layout-footer')