|
|
Thumnail | Product | Category | Variations | Status | Actions |
|---|---|---|---|---|---|---|
|
|
@if($product->image)
{{ substr($product->title, 0, 1) }}
|
{{ $product->title }} | @if($product->category) {{ $product->category->name }} @else No Category @endif | @if($product->has_variation) Has Variations @else No Variations @endif | @if($product->status == 'Active') Active @else Inactive @endif |
|