HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers60/agrimac.nl/app/storage/views/19796bd515acc268008cce4b7244bb71
<h1><?php echo \Illuminate\Support\Facades\Lang::get('mail.smallOffer.subject'); ?></h1>
<p style="margin-bottom: 20px"><?php echo \Illuminate\Support\Facades\Lang::get('mail.smallOffer.emailText'); ?></p>

<p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.name'); ?>: </strong><br/><?php echo $name; ?></p>


<?php if(isset($phone) && $phone != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.phone'); ?>: </strong><br/><?php echo $phone; ?></p>
<?php endif; ?>
<?php if(isset($company) && $company != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.company'); ?>: </strong><br/><?php echo $company; ?></p>
<?php endif; ?>
<?php if(isset($city) && $city != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;"><?php echo \Illuminate\Support\Facades\Lang::get('mail.city'); ?>: </strong><br/><?php echo $city; ?></p>
<?php endif; ?>

<?php if(isset($truckType)  && $truckType != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;">Truck type: </strong><br/><?php echo $truckType; ?></p>
<?php endif; ?>

<?php if(isset($timeSlot)  && $timeSlot != ''): ?>
    <p><strong style="width: 200px; margin-right: 20px;">Contact moment: </strong><br/><?php echo $timeSlot; ?></p>
<?php endif; ?>