Order History
@if (count($orderData)==0)No Order History Found
@endif
{{-- */$octr=0;/* --}}
@foreach($orderData as $orderDatas)
{{-- */$octr=$octr+1/* --}}
@endforeach
|
Product Name | Qty | Amount | Sub Total | |||||||||||
@if($carts->image != "")
{!! Html::image('upload/products/'.$carts->product_id.'/_75_'.$carts->image) !!}
@else
{!! Html::image('_front/assets/images/no-image.jpg','',array('width'=>'75')) !!}
@endif
{{ $carts->product_name }} |
{{ $carts->quantity }} | $ {{ number_format($carts->product_price,2) }} | $ {{ number_format($total,2) }} | |||||||||||
|
@include('home.includes.sidenav-account')