<?php $__env->startSection('content'); ?>
    <table class="button status red" cellpadding="0" cellspacing="0" border="0">
        <tr>
            <td>
                <a>Accepted a Job with MET SLA</a>
            </td>
        </tr>
    </table>

    <p align="center">PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED</p>

    <br>

    <table>
        <tr>
            <td width="150"><b>ETA Provided</b></td>
            <td width=""><?php echo e($data->etaProvidedDate); ?></td>
        </tr>
        <tr>
            <td width="150"><b>SLA</b></td>
            <td width=""><?php echo e($data->sla); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Job Ref</b></td>
            <td width=""><?php echo e($data->id); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Priority</b></td>
            <td width=""><?php echo e($data->responseTime); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Discipline</b></td>
            <td width=""><?php echo e($data->discipline); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Fault Report</b></td>
            <td width=""><?php echo e($data->faultReport); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Financial Limit</b></td>
            <td width=""><?php echo e($data->spendLimit); ?></td>
        </tr>
    </table>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>