<div class="hr-page-header">
    <div class="hr-page-title">
        <?php echo $__env->yieldContent('title'); ?>
    </div>
    <div class="hr-page-actions">
        <?php echo $__env->yieldContent('actions'); ?>
    </div>
</div>
<?php echo $__env->make('partials.errors', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>