Product Management
@foreach($messageArr as $message) @if(session()->has($message))
| No | Category | Name | Image | Status | Action | |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ Helper::checkCategory($row->category_id) }} | {{ $row->pro_name }} |
@if(file_exists(public_path('uploads/productImage/'.$row->image)) && $row->image)
|
@if($row->is_active == 0) {{ "Active" }} @else {{ "In Active" }} @endif | @if($row->active == 0) In Active @else Active @endif | |
| No data found | ||||||