@php
use Illuminate\Support\Facades\Crypt;
use App\Http\Controllers\Mod\ModClientProvider;
$id_reverse_descrypt = Crypt::decrypt($id_reverse);
@endphp
{{--@dump($record_seller_origin,$record_seller_destination)--}}
Trasferir
Origem
{{$record_seller_origin->userName}}
{{$record_seller_origin->userEmail}}
Tipo/Transferência
{!! $x_transfer_type !!}
@if($id_transfer_type==10)
{{$client_array->total()}} Cliente Warning: Undefined variable $id_transfer_type in /home/admgocrm/public_html/crm/dev/crmviews/mod-clientprovider-transfer/any-confirmation-modal.blade.php on line 48
@else
{{count($client_array)}}
@endif
Destino
{{$record_seller_destination->userName}}
{{$record_seller_destination->userEmail}}
@if($id_transfer_type==20)
@foreach($client_array as $now_client)
@endforeach
@endif
@if($record_seller_origin->idUser !== $record_seller_destination->idUser)
@else
Informanções
Os Vendedor devem ser diferentes, para efetuar a transterência;
@endif
Informanções
A transferência do cliente selecionado irá transferir tambem todas as pastas das
negociações/propostas correspondente.