@php use App\Models\Profile; use Illuminate\Support\Facades\Crypt; use App\Http\Controllers\Mod\ModConfUser; $profile=Profile::user(); $idSalesman=null; $profile_username=$profile->userName; $profile_iduser=$profile->idUser; $condicao= 0; $url_app = isset($url_app)?$url_app:null; $search_string = isset($search_string)?$search_string:null; $status_conf_user = ModConfUser::information(['idUserSelect'=>$profile->idUser]); @endphp @include('system-layouts.layout-head') @include('mod-negotiation.title')

Warning: Undefined variable $select_user in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation/index-kanban.blade.php on line 45
{{-- VENDEDORES --}} @include('mod-negotiation.index-panel') {{-- DATA E PESQUISA --}} @include('mod-negotiation.index-panel-search')
{{-- INFO AGENDAS --}} @include('system-home.info-agenda-relationship-card')

Warning: Undefined variable $select_user in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation/index-kanban.blade.php on line 95
Warning: Undefined variable $select_user in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation/index-kanban.blade.php on line 98
href="{{ asset('negotiation/formadd')}}" > CRIAR NEGOCIAÇÃO
@if($status_conf_user->statusNegotiationView == 1) @include('mod-negotiation.index-load') @elseif($status_conf_user->statusNegotiationView == 2) @include('mod-negotiation-kanban.index-load') @else
Selecione a lista que deseja apresentar: KANBAN ou PASTA
@endif
@include('system-layouts.layout-footer') @include('mod-negotiation.script') @include('mod-negotiation-proposal.script')