<?php $__env->startSection('content'); ?>

  <div>
  	<ol class="breadcrumb">
  		 <li><a href="<?php echo e(URL::route('user.dashboard')); ?>"><?php echo trans('Dashboard'); ?></a></li>
  	  <li><a href="<?php echo e(URL::route('user.home')); ?>"><?php echo trans('messages.home'); ?></a></li>
  		 <li><a  href="<?php echo URL::route('asset_mgt.index'); ?>"><?php echo trans('Supply Chain Management'); ?></a></li>
  		  <li><a href="<?php echo e(URL::route('user.home')); ?>"><?php echo trans('In-house Requisition'); ?></a></li>

  	  <li class="active">Ordering</li>
  	</ol>
  </div>
	<div class=" container  col-md-9" >
		<a href="<?php echo URL::route('lpi.index'); ?>">
			<div class="panel panel-default" >
			<span class="icon ion-ios-list"  style="font-size:50px"></span> <br><font  size='5' <span class="nav_title"	>Purchase Requests</span> </font>
			</div>
		</a>
	</div>

  <div class="container col-md-9">
    <a class="link-tip" href="documents" data-toggle="tooltip" data-placement="right" title="Click to mange stock/supplies in the stores">
      <div class="panel panel-default">
      <span class="icon ion-ios-copy" style="font-size:50px"></span> <br><font size='5' <span class="nav_title"	>Transaction Documents</span> </font>
      </div>
    </a>
  </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>