<?php $__env->startSection('content'); ?>
    <table class="button status green" cellpadding="0" cellspacing="0" border="0">
        <tr>
            <td>
                <a>New Reactive Job Received from AiMS</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>Job Ref</b></td>
            <td width=""><?php echo e($job->id); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Priority</b></td>
            <td width=""><?php echo e($job->responseTime); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Discipline</b></td>
            <td width=""><?php echo e($job->discipline); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Fault Report</b></td>
            <td width=""><?php echo e($job->faultReport); ?></td>
        </tr>
        <tr>
            <td width="150"><b>Financial Limit</b></td>
            <td width="">£<?php echo e(number_format($job->spendLimit, 2)); ?></td>
        </tr>
    </table>

    <br>
    <br>

    <table>
        <tr>
            <td align="right">
                <table class="button green" align="right" cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td>
                            <a href="http://iws.rnwholdings.com/">Accept</a>
                        </td>
                    </tr>
                </table>
            </td>
            <td align="left">
                <table class="button red" align="left" cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td>
                            <a href="http://iws.rnwholdings.com/">Decline</a>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>