Total Item in Cart ({!! isset($data) ? count($data) : '0' !!})
@php $i = 1;$product_price = 0; @endphp @if(count($data)>0) @foreach($data as $id => $list) @php $i++; @endphp @endforeach @else @endif
ITEM NAME ISBN Quantity Delete
{{$list['name'] ?? ''}} @if($list['author']) , Author:{{$list['author']??''}} @endif @if($list['publisher']) Publisher:{{$list['publisher']??''}} @endif {{$list['isbn'] ?? ''}}
No Data Found