@extends('layouts.welcomelayouts.app') @section('title') {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@if(session()->has('cartupdate')) @endif

Your cart items

@csrf
@isset($carts) @foreach($carts as $cart) @endforeach @endisset
Image Product Name Until Price Qty Subtotal action
{{$cart->product->title}} ${{$cart->itemprice()}}
${{$cart->subtotal()}}
Proceed to Checkout
@endsection @push('js') @endpush