@endforeach
				</tbody>
			</table>
			<table class="table table-bordered table-striped big">
			<thead>
				<tr>
					<th style="width: 30%"><p class="text-center">TOPLAM SİPARİŞ TUTARI</p></th>
					<th style="width: 25%"><p class="text-center">TOPLAM İNDİRİM</p></th>
					<th style="width: 25%"><p class="text-center">KULLANILAN KUPON İNDİRİMİ</p></th>
					<th style="width: 20%"><p class="text-center">TOPLAM TUTAR(KDV Dahil)</p></th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<?php 
$_price = itemsTotal($cache);
?>
					<td><p class="big text-center text-error"><strong>{{$_price->price}}</strong></p></td>
					<td><p class="big text-center text-success"><strong>{{$_price->discount}}</strong></p></td>
					<td><p class="big text-center muted"><strong>0</strong></p></td></td>
					<td><p class="big text-center text-success"><strong>{{$_price->total}}</strong></p></td>
				</tr>
			</tbody>
			</table>
			@else
				<p>Alışveriş sepetinizde hiç ürün bulunmuyor!</p>
			@endif
		</div>
	</div>
	<div class="row-fluid">
		<div class="span12">
echo $cache[$item->id]['_qty'];
?>
</strong></dd>
				</dl>
			</div>
		</div>
	</div>
	<?php 
$total = $total + $price->tax_raw * $cache[$item->id]['_qty'];
?>
    @endforeach
</div>
<div class="container-fluid cart-footer">
	<div class="row-fluid">
		<div class="span4"><a href="{{URL::base()}}/cart" class="btn btn-success btn-mini">Sepete git</a></div>
		<div class="span8">
			<div class="pull-right">
				<?php 
$tot = itemsTotal($cache);
?>
				<strong>Toplam : {{$tot->total}} </strong>
				@if($item->getTax)
				{{$item->getTax->title}} Dahil
				@endif
			</div>
		</div>
	</div>
</div>
@else
	<p>Alışveriş sepetinizde hiç ürün bulunmuyor!</p>
@endif