@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')

Criando uma nova proposta


Fatal error: Uncaught Error: Class "Profile" not found in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-proposal/formadd.blade.php:38 Stack trace: #0 {main} thrown in /home/admgocrm/public_html/crm/dev/crmviews/mod-negotiation-proposal/formadd.blade.php on line 38