@php
use App\Models\Profile;
@endphp
@include('plugin-datatable.datatable-css')
@include('plugin-datatable.datatable-css-responsive')
| Vendedores |
Detalhes |
|
@php //ACCESS - Elem-ID: 39 | Elem: Acesso as negociações dos Vendedores | Caminho: ger\Vendas\Negociação\Vendedor
if(Profile::permElem('39')==1){ @endphp
@foreach($record as $row)
|
ID: {{$row->idUser}}
{{$row->userName}}
|
Email: {{$row->userEmail}}
Cel: {{$row->userCel}}
|
Warning: Undefined variable $sellerSelect in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation/index-seller-modal.blade.php on line 56
|
@endforeach
@php } @endphp
@include('system-layouts/layout-footer')