<div class="row">
	<div class="col-xs-11">
        <section class="panel" style="font-size: 160%;">
	        <header class="panel-heading">
	          <?php /* <span class="label bg-danger pull-right">4 left</span> */ ?>
	          <?php echo e($title); ?>

	        </header>
	        <table class="table table-striped">
	          <thead>
	            <tr>
	              <th style="width:10%">產地</th> 
	              <th style="width:10%">主旨</th>
	              <th style="width:10%">原因</th>
	              <th style="width:10%">進口商名稱</th>
	              <th style="width:60%">法規限量標準</th>
	            </tr>
	          </thead>
	          <tbody>
	          	<?php for($i=0;$i<count($array);$i++): ?>
		          	<tr>
		            	<td><?php echo e($array[$i][0]->產地); ?></td>
		            	<td style="word-break: break-all;"><?php echo e($array[$i][1]->主旨); ?></td>
		            	<td><?php echo e($array[$i][2]->原因); ?></td>
		            	<td><?php echo e($array[$i][3]->進口商名稱); ?></td>
		            	<td><?php echo e($array[$i][7]->法規限量標準); ?></td>
		            </tr>
	          	<?php endfor; ?>
	          </tbody>
	        </table>
	        <?php if(count($array) == 0): ?>
			<div class="alert alert-info" style="margin: 30px;text-align: center;">
				<button type="button" class="close" data-dismiss="alert"><i class="fa fa-times"></i></button>
				<?php echo app('translator')->get('messages.sor_nodata'); ?>
			</div>
	        <?php endif; ?>
	      </section>
    </div>
    <div class="col-xs-1">
    	<div class="row">
    		<div class="col-xs-12">
    			<div class="btn-group-vertical m-b-sm">
    				<button type="button" class="btn btn-white btn_link" data-link="information"><i class="fa fa-mail-reply fa-3x"></i></button>
    			</div>
    		</div>   		
    	</div>    	
    </div>
</div>
