<?php $__env->startSection("content"); ?>
<div>
	<ol class="breadcrumb">
		<li><a href="<?php echo e(URL::route('user.home')); ?>"><?php echo trans('messages.home'); ?></a></li>
		<li class="active">Supply Plan</li>
	</ol>
</div>
<?php if(Session::has('message')): ?>
<div class="alert alert-info"><?php echo trans(Session::get('message')); ?></div>
<?php endif; ?>
<div  class="panel panel-default row" style="width:97%">
	<div class="panel-heading ">
		Cobas TaqMan CAP/CTM-EID <br>
		<small>For 167,096 tests		</small>
		<div class="panel-btn">
			<a class="btn btn-sm btn-info" href="<?php echo URL::route('pipeline.create'); ?>">
				<span class="glyphicon glyphicon-plus-sign"></span>
				New PipeLine
			</a>
		</div>
	</div>
	<div class="panel-body">
		<div class="table-responsive">
			<table class="table table-striped table-bordered search-table">
				<thead>
					<tr>
						<th>#</th>
						<th>Item Description</th>
						<th>Pack Size</th>
						<th>UoM</th>
						<th>Cost</th>
						<th>Projected QTY</th>
						<th>Total Cost <br>(USD)</th>
						<th>Stock On Hand</th>
						<th>CHEMEONICS</th>
						<th>MAUL</th>
						<th>Total PipeLine</th>
						<th>Required QTY</th>
						<th>Options</th>

					</tr>
				</thead>
				<tbody>
					<?php $row=1; ?>
					<?php foreach($pipeline as $value): ?>
					<tr>
						<th><?php echo $row; ?></th>
						<td><?php echo $value->description; ?></td>
						<td><?php echo $value->pack_size; ?></td>
						<td><?php echo $value->metric->name; ?></td>
						<td class="text-center"><?php echo $value->available(); ?></td>
						<td class="text-center"><?php echo $value->available(); ?></td>
						<td class="text-center"><?php echo $value->available(); ?></td>
						<td class="text-center"><?php echo $value->available(); ?></td>
						<td class="text-center"><?php echo $value->available(); ?></td>
						<td class="text-center"><?php echo $value->min_level; ?></td>
						<td class="text-center"><?php echo $value->max_level; ?></td>
						<td class="text-center">-</td>
						<td>
	</tr>
		<?php $row++; ?>
		<?php endforeach; ?>
	</tbody>
</table>
</div>

<div class="panel-heading ">
<h3>Cobas TaqMan CAP/CTM-VL</h3><br>
	<small>For 139,971 tests</small>
	<div class="panel-btn">
		<a class="btn btn-sm btn-info" href="<?php echo URL::route('commodity.create'); ?>">
			<span class="glyphicon glyphicon-plus-sign"></span>
			New PipeLine
		</a>
	</div>
</div>
<div class="panel-body">
<div class="table-responsive">
	<table class="table table-striped table-bordered search-table">
		<thead>
			<tr>
				<th>#</th>
				<th>Item Description</th>
				<th>Pack Size</th>
				<th>UoM</th>
				<th>Cost</th>
				<th>Projected QTY</th>
				<th>Total Cost <br>(USD)</th>
				<th>Stock On Hand</th>
				<th>CHEMEONICS</th>
				<th>MAUL</th>
				<th>Total PipeLine</th>
				<th>Required QTY</th>

			</tr>
		</thead>
		<tbody>
			<?php $row=1; ?>
			<?php foreach($pipeline as $value): ?>
			<tr>
				<th><?php echo $row; ?></th>
				<td><?php echo $value->description; ?></td>
				<td><?php echo $value->pack_size; ?></td>
				<td><?php echo $value->metric->name; ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->min_level; ?></td>
				<td class="text-center"><?php echo $value->max_level; ?></td>
				<td class="text-center">-</td>
				<!--<td>
				edit this commodity (uses the edit method found at GET /inventory/{id}/edit

				<a class="btn btn-sm btn-info" href="<?php echo URL::route('commodity.edit', array($value->id)); ?>" >
				<span class="glyphicon glyphicon-edit"></span>
				<?php echo trans('messages.edit'); ?>

			</a>
			<!-- delete this commodity (uses the delete method found at GET /inventory/{id}/delete
			<button class="btn btn-sm btn-danger delete-item-link"
			data-toggle="modal" data-target=".confirm-delete-modal"
			data-id="<?php echo URL::route('commodity.delete', array($value->id)); ?>">
			<span class="glyphicon glyphicon-trash"></span>
			<?php echo trans('messages.delete'); ?>

		</button>
	</td>-->
</tr>
<?php $row++; ?>
<?php endforeach; ?>
</tbody>
</table>
</div>

<!--ROCHE 8800  -->
<h3>ROCHE 8800</h3>
<div class="table-responsive">
	<table class="table table-striped table-bordered search-table">
		<thead>
			<tr>
				<th>#</th>
				<th>Item Description</th>
				<th>Pack Size</th>
				<th>UoM</th>
				<th>Cost</th>
				<th>Projected QTY</th>
				<th>Total Cost <br>(USD)</th>
				<th>Stock On Hand</th>
				<th>CHEMEONICS</th>
				<th>MAUL</th>
				<th>Total PipeLine</th>
				<th>Required QTY</th>

			</tr>
		</thead>
		<tbody>
			<?php $row=1; ?>
			<?php foreach($pipeline as $value): ?>
			<tr>
				<th><?php echo $row; ?></th>
				<td><?php echo $value->description; ?></td>
				<td><?php echo $value->pack_size; ?></td>
				<td><?php echo $value->metric->name; ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->min_level; ?></td>
				<td class="text-center"><?php echo $value->max_level; ?></td>
				<td class="text-center">-</td>
				<!--<td>
				edit this commodity (uses the edit method found at GET /inventory/{id}/edit

				<a class="btn btn-sm btn-info" href="<?php echo URL::route('commodity.edit', array($value->id)); ?>" >
				<span class="glyphicon glyphicon-edit"></span>
				<?php echo trans('messages.edit'); ?>

			</a>
			<!-- delete this commodity (uses the delete method found at GET /inventory/{id}/delete
			<button class="btn btn-sm btn-danger delete-item-link"
			data-toggle="modal" data-target=".confirm-delete-modal"
			data-id="<?php echo URL::route('commodity.delete', array($value->id)); ?>">
			<span class="glyphicon glyphicon-trash"></span>
			<?php echo trans('messages.delete'); ?>

		</button>
	</td>-->
</tr>
<?php $row++; ?>
<?php endforeach; ?>
</tbody>
</table>
</div>
<!-- Abbott Equipment  -->
<h3>ABBOTT EQUIPMENT</h3>
<div class="table-responsive">
	<table class="table table-striped table-bordered search-table">
		<thead>
			<tr>
				<th>#</th>
				<th>Item Description</th>
				<th>Pack Size</th>
				<th>UoM</th>
				<th>Cost</th>
				<th>Projected QTY</th>
				<th>Total Cost <br>(USD)</th>
				<th>Stock On Hand</th>
				<th>CHEMEONICS</th>
				<th>MAUL</th>
				<th>Total PipeLine</th>
				<th>Required QTY</th>

			</tr>
		</thead>
		<tbody>
			<?php $row=1; ?>
			<?php foreach($pipeline as $value): ?>
			<tr>
				<th><?php echo $row; ?></th>
				<td><?php echo $value->description; ?></td>
				<td><?php echo $value->pack_size; ?></td>
				<td><?php echo $value->metric->name; ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->available(); ?></td>
				<td class="text-center"><?php echo $value->min_level; ?></td>
				<td class="text-center"><?php echo $value->max_level; ?></td>
				<td class="text-center">-</td>
				<!--<td>
				edit this commodity (uses the edit method found at GET /inventory/{id}/edit

				<a class="btn btn-sm btn-info" href="<?php echo URL::route('commodity.edit', array($value->id)); ?>" >
				<span class="glyphicon glyphicon-edit"></span>
				<?php echo trans('messages.edit'); ?>

			</a>
			<!-- delete this commodity (uses the delete method found at GET /inventory/{id}/delete
			<button class="btn btn-sm btn-danger delete-item-link"
			data-toggle="modal" data-target=".confirm-delete-modal"
			data-id="<?php echo URL::route('commodity.delete', array($value->id)); ?>">
			<span class="glyphicon glyphicon-trash"></span>
			<?php echo trans('messages.delete'); ?>

		</button>
	</td>-->
</tr>
<?php $row++; ?>
<?php endforeach; ?>
</tbody>
</table>

<?php Session::put('SOURCE_URL', URL::full());?>
</div>
</div>
<?php $__env->stopSection(); ?>

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