@php
use App\Http\Controllers\Mod\ModRelationshipAction;
@endphp
@include('system-layouts/head-ajax')
@php
//tipo de usuario
use App\Models\Profile;
$profile=Profile::user();
//PERMISSÃO DO USUARIO
//'3': Gerente de Vendas | table: system_perm_template
$permission=Profile::permTemplate($profile->idComp,$profile->idUser,'3');
$record_relat_acsub=ModRelationshipAction::getActionSub($record_ac->idRelationshipAction) @endphp