<hr />
<p>
	<?php if(isset($responsable->firma)): ?>
		<img height="60" src='<?php echo e(url("/img/firmas/$responsable->firma")); ?>'> <br />
	<?php endif; ?>
	<?php if(isset($responsable->nombre)): ?>
		<b>Responsable:</b>
		<?php echo e($responsable->nombre); ?>

		<?php if(isset($responsable->documento)): ?>
			. C.C. <?php echo e($responsable->documento); ?>

		<?php endif; ?>
		<?php if(isset($responsable->especialidad)): ?>
			(<?php echo e($responsable->especialidad); ?>).
		<?php endif; ?>
	<?php endif; ?>
</p>