@if ($message = Session::get('error'))
@endif
@if ($message = Session::get('success'))
Product Code: {{ $productData['product_id'] }}
Product Name: {{ $productData['product_name'] }}
Category: {{ $productData['category_name'] }}
Sub Category: {{ $productData['child_category_name'] }}
Regular Price: ${{ $productData['regular_price'] }}
Selling Price: ${{ $productData['selling_price'] }}
@if ($productData['status'] === 1)
Active
@else
In-active
@endif
Manage Attributes