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

Gerenciamento de Origem do Cliente (Indicação)

{{--
Lista todos os registro 2
--}}
@foreach($record as $row ) @endforeach
Detalhes
Nome: {{ $row->xName }}
@if($row->idStatusBase==1) Base: Indexado
@endif
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-origin/index.blade.php on line 34

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