<?php $__env->startSection("reportHeader"); ?>
<?php $__env->startSection("header"); ?>
<style type="text/css">
     table {
        padding: 2px;
     }
</style>
    <table style="text-align:center;" >
        <thead>
            <tr>
                <td colspan="12"></td>
            </tr>
            <tr>
                <td colspan="12" style="text-align:center;">
                <?php echo HTML::image(Config::get('kblis.organization-logo'),  Config::get('kblis.country') . trans('messages.court-of-arms'), array('width' => '90px')); ?>

                </td>
            </tr>
            <tr>
                <td colspan="12" style="text-align:center;"><b>
                    <?php echo strtoupper(Config::get('constants.FACILITY_NAME')); ?><br>
                    <?php echo Config::get('kblis.address-info'); ?></b>
                    <?php echo trans('messages.laboratory-report'); ?>

                </td>
            </tr>
        </thead>
    </table>
<?php echo $__env->yieldSection(); ?>
