Manage Products
@if(Session::has('danger'))
{{-- horizontal divider --}}
{{-- Add Product box ----- END --}}
{{ Session::get('danger') }}
@elseif (Session::has('success'))
{{ Session::get('success') }}
@endif
{{-- Add Product box ----- START --}}
{{-- Add Product box ----- END --}}
| SR # | Product ID | Product Name | Header | Actions |
|---|---|---|---|---|
| {{$i++}} | {{$item['product_id']}} | {{$item['product_name']}} | Not a Sub-Category! |