

<?php $__env->startSection('content'); ?>
    <h1>Welcome to the Admin Dashboard</h1>
    <p>Here you can manage your application settings, users, and more.</p>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('admin.layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/resources/views/admin/index.blade.php ENDPATH**/ ?>