@php use App\Http\Controllers\Mod\ModNegotiationRelationshipMail; use App\Models\Profile; use App\Http\Controllers\Mod\ModNegotiation; $profile=Profile::user(); @endphp {{-- AÇÃO POR EMAIL --}} {{-- DESCRIÇÃO --}} @if(($record_relaction->xName != '') )

{{$record_relaction->xName}}


Warning: Undefined variable $record_relaction in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-relationship/index-timeline-relationship.blade.php on line 33

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-relationship/index-timeline-relationship.blade.php on line 33
{{-- /DESCRIÇÃO --}} @endif {{-- ACESSO AS FERRAMENTAS DA NEGOCIACAO --}} @if( ModNegotiation::accessTool([ 'idUserResponsible'=>$record_negotiation->idUserResponsible, 'idUserResponsibleClient'=>$record_negotiation->idUserResponsibleClient, 'idUserResponsibleAssistant'=> $record_negotiation->idUserResponsibleAssistant, ]) == 1) @if ($record_action_sub->idClassification ?? '' == '2') @include('mod-negotiation-relationship.index-timeline-relationship-emailstatus') @else @include('mod-negotiation-relationship.index-timeline-relationship-textstatus') @endif @else
@endif