@php
use App\Models\Profile;
use App\Http\Controllers\Mod\ModNegotiation;
$profile=Profile::user();
@endphp
Relacionamento
{{-- ACESSO AS FERRAMENTAS DA NEGOCIACAO --}}
@if( ModNegotiation::accessTool([
'idUserResponsible'=>$record_negotiation->idUserResponsible,
'idUserResponsibleClient'=>$record_negotiation->idUserResponsibleClient,
'idUserResponsibleAssistant'=> $record_negotiation->idUserResponsibleAssistant,
]) == 1)
@include('mod-negotiation-relationship.index-relationship-action')
@else
@endif
{{-- Warning: Undefined variable $record_negotiation in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-relationship/index-relationship.blade.php on line 63
Warning: Attempt to read property "idNegotiation" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-relationship/index-relationship.blade.php on line 63
--}}