Your IP : 13.58.110.182
<tr>
<td class="header">
<a href="<?php echo e($url); ?>" style="display: inline-block;">
<?php if(trim($slot) === 'Laravel'): ?>
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
<?php elseif(trim($slot) === config('app.name')): ?>
<img src="https://lentoria.com/assets/images/logo2.png" class="logo" alt="<?php echo e(config('app.name') .'Logo'); ?>">
<?php endif; ?>
</a>
</td>
</tr>
<?php /**PATH /home/lentoinv/lentoria.com/resources/views/vendor/mail/html/header.blade.php ENDPATH**/ ?>