@if(Session::has('message'))
{{ Session::get('message') }}
@endif
| S.no |
Item |
Product Name |
Model Name |
Warranty |
Color |
Price |
Offer Price |
Image |
Description |
Action |
@php
$i=1;
@endphp
@foreach($cartproducts as $data)
| {{$i}} |
|
|
|
|
|
|
 }}) |
|
Edit
Delete
|
@php $i++; @endphp
@endforeach