@include('system-layouts.layout-head') @include('systructure-contract-plan.title')

Gerenciamento de Origem do Cliente (Indicação)

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

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