| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"
style="background:#fff;background-color:#fff;width:100%;">
<tbody>
<tr>
<td style="word-wrap:break-word;font-size:0px;padding: 0;" align="center">
<div
style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1.5;text-align:center;">
<h1>Caregiver:</h1>
<pre><?php if(isset($caregivers)): ?>
Nome :<?php echo e($caregivers->name); ?>
Surname:<?php echo e($caregivers->surname); ?>
Email:<?php echo e($caregivers->email); ?>
Tipologia Utente:<?php echo e($caregivers->user_type ?? ''); ?>
Citta:<?php echo e($caregiver_de->city ?? ''); ?>
Telefono:<?php echo e($caregiver_de->tel_referent ?? null); ?>
Disabilita:
<?php $__currentLoopData = $caregivers->pathologies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php print_r($p->name) ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
Profilo: <a href="<?php echo e(env('APP_URL')); ?>/panel/users/<?php echo e($caregivers->id); ?>">Profilo</a>
<?php endif; ?></pre>
<h1>Ha contattato </h1>
<pre><?php if(isset($professionsta)): ?>
Nome :<?php echo e($professionsta->name ?? null); ?>
Surname:<?php echo e($professionsta->surname ?? null); ?>
Email:<?php echo e($professionsta->email ?? null); ?>
Tipologia Utente:<?php echo e($professionsta->user_type ?? ''); ?>
Citta:<?php echo e($professionista_de->city ?? ''); ?>
Telefono:<?php echo e($professionista_de->tel_referent ?? null); ?>
Professione Principale:<?php echo e($professionista_de->profession ?? null); ?>
Profilo: <a href="<?php echo e(env('APP_URL')); ?>/detail/<?php echo e($professionsta->slug); ?>">Profilo</a>
<?php endif; ?> </pre>
</div>
</td>
</tr>
</tbody>
</table>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/linkabili/resources/views/emails/info_admin_contact.blade.php ENDPATH**/ ?>