@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if (session('message'))
{{session('message')}}
@endif
| Sr.No |
Category Name |
Product Name |
Product Image |
Product Description |
Action |
@foreach($data as $index => $list)
| {{$index+1}} |
{{$list->category_name}} |
{{$list->product_name}} |
 }}) |
{{$list->product_dis}} |
@if($list->isActive == 1)
@elseif($list->isActive == 0)
@endif
|
@endforeach