Files
Sistema-Educativo-Laravel/storage/framework/views/8d14a62b5ccfa50ab255e00d26d636ac.php
T

16 lines
487 B
PHP

<div class="md:col-span-1 flex justify-between">
<div class="px-4 sm:px-0">
<h3 class="text-lg font-medium text-gray-900"><?php echo e($title); ?></h3>
<p class="mt-1 text-sm text-gray-600">
<?php echo e($description); ?>
</p>
</div>
<div class="px-4 sm:px-0">
<?php echo e($aside ?? ''); ?>
</div>
</div>
<?php /**PATH C:\proyectos\primeros\sistemaEducativo\resources\views/components/section-title.blade.php ENDPATH**/ ?>