@php use App\Http\Controllers\ModCronos; @endphp @php use App\Http\Controllers\Mod\ModNotifications; @endphp @include('system-layouts.layout-head') @include('mod-notifications.style') @include('mod-notifications.title')

Lista

@foreach($record as $row ) @endforeach
Notificações
{!! $row->xName !!}
Descrição: @if($row->informedStatus == 1) @else @endif    {{ ModCronos::convertDateTimeBR($row->created_at) }}

Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-notifications/comum-list.blade.php on line 60

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

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