@php use App\Models\Profile; use Illuminate\Support\Facades\Crypt; $profile=Profile::user(); $id_user_select=isset($id_user_select)?$id_user_select:0; @endphp @include('system-layouts/layout-head') @include('mod-clientprovider/title')
{{-- ACCESS - Elem-ID: 60 | Elem: Carteira dos vendedores | Caminho: ger\vendas\cliente-forne\carteira --}}
@if($protfolio ==1) @if($id_user_select === $profile->idUser)

Minha Carteira de Cliente

@else @php $profile_select = Profile::user($id_user_select) @endphp

Carteira do Ven. {{$profile_select->userName}}

@endif @endif {{-- .text-decoration-underline{text-decoration:underline!important}.--}}
Registros encontrado: {{$record->total()}}
@include('system-layouts/layout-footer')