@include('system-layouts.layout-head') @include('mod-clientprovider-class.title')

Lista

Lista todos os registro
@foreach($record as $row ) @endforeach
Detalhes
ID:c{{ $row->idContactClass }} Nome: {{ $row->xName }}
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-clientprovider-class/index.blade.php on line 33

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