@include('system-layouts/layout-head') @include('mod-productservice-model/title')

Lista

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

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