<h2>New Appointment Request</h2>
<p><strong>Name:</strong> <?php echo e($data['name']); ?></p>
<p><strong>Email:</strong> <?php echo e($data['email']); ?></p>
<p><strong>Phone Number:</strong> <?php echo e($data['number']); ?></p>
<p><strong>Service Department:</strong> <?php echo e(str_replace('_', ' ', $data['dept'])); ?></p>
<p><strong>Subject:</strong> <?php echo e($data['subject']); ?></p>
<p><strong>IT Service:</strong> <?php echo e(str_replace('_', ' ', $data['service'])); ?></p>
<?php /**PATH /home/getspomw/royalsquad.us/resources/views/emails/appointment.blade.php ENDPATH**/ ?>