<?php $__env->startSection('content'); ?>
<div class='wrapper'>
	<h1>The Ivy Key Administration</h1>
	<h3>Welcome, <?php echo e(ucfirst(Auth::user()->first_name)); ?> </h3>

	<a href='administration/manage-groups'> Add/Edit Groups </a>

</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.administration', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>