@php use App\Http\Controllers\DevPermTempAuthController; use App\Models\Profile; $profile=Profile::user(); $id_user=$profile->idUser; //use Config; @endphp @php //PERMISSÃO $perm=0; //Permissão somente para responsavel do cliente if($record->idUserResponsible != $profile->idUser){ $profile_responsible = Profile::user($record->idUserResponsible); $perm=1; } @endphp @include('system-layouts.layout-head') @include('mod-negotiation.style') @include('mod-negotiation-proposal.title') @include('mod-negotiation.shared-info')