Products
Add Product @if(Session::has('success_message'))
Success: {{ Session::get('success_message')}}
@endif
ID | Product Name | Product Code | Product Color | Product Image | Category | Section | Added by | Status | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ $product['id'] }} | {{ $product['product_name'] }} | {{ $product['product_code'] }} | {{ $product['product_color'] }} |
@if(!empty($product['product_image']))
![]() |
{{ $product['category']['category_name'] }} | {{ $product['section']['name'] }} | @if($product['admin_type']=="vendor") {{ ucfirst($product['admin_type']) }} @else {{ ucfirst($product['admin_type']) }} @endif | @if($product['status']==1) @else @endif |