{{-- --}}
@foreach ($products as $product) @endforeach
ID Product Name Product Image Category Sub Category Status Actions
{{ $product->id }} {{ $product->name }} @if ($product->image == null) @else @endif {{ $product->category->name ?? '' }} {{ $product->subcategory->name ?? '' }} @if ($product->approved == 1) Approved @else Not approved @endif @if ($product->approved != 1) Approve @endif