{{ $cart_count }} items in your Cart
Total
@php $sub_total=0; @endphp @foreach($cart_details as $key => $cart_detail) @php $asset_detail= \App\Models\AssetDetails::where('id',$cart_detail->asset_id)->first(); @endphp
@php $assetimagedisplay=json_decode($asset_detail->images); @endphp
${{ $asset_detail->cost }}
@php $sub_total=$sub_total+$asset_detail->cost; @endphp @endforeach
.
Subtotal ({{ $cart_count }} items): ${{ $sub_total }}
   
Subtotal ({{ $cart_count }} items)

${{ $sub_total }}

Secure checkout:
Do you have a coupon code? Please proceed to checkout to apply.