@php use App\Models\Profile; @endphp @include('system-layouts.layout-head') @include('mod-report.title')

Lista dos relatórios

{{--
Lista todos os registro 2
--}}
@foreach($record as $row ) @php //ACCESS - Elem-ID: 1 | Elem: senha | Caminho: perfil do usuário\senha if(Profile::permElem($row->idElem)==1){ @endphp @php } @endphp @endforeach
ID Detalhes
{{ $row->idReport }} Nome: {{ $row->xName }}
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-report/index.blade.php on line 29

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-report/index.blade.php on line 29
@include('system-layouts.layout-footer')