@include('admin.layout.message')
| Sl.No. |
Image |
Name |
Orginal Price |
Sale Price |
Quantity |
Action |
@if(!empty($productlist))
@foreach($productlist as $blog)
| {{$i}} |
|
{{$blog['product_name']}}
|
{{$blog['product_orgprice']}}
|
{{$blog['product_saleprice']}}
|
{{$blog['product_quantity']}}
|
|
@endforeach
@endif
| Sl.No. |
Image |
Name |
Orginal Price |
Sale Price |
Quantity |
Action |
@endsection
@push('scripts')
@endpush