{{session('success')}}
@endif
{{-- ERROR --}}
@if (session('error'))
{{session('error')}}
@endif
{{-- CARD --}}
Cart
Image | Product | Price | Action | {{-- CART DATA --}} @if ($cart_data->count() == 0)
---|---|---|---|
You don't have item in the cart
|
|||
{{$data->product_name}} | {{$data->product_price}} | Delete |