@php $n = 1; @endphp @foreach ($products as $product) @php $n++; @endphp @endforeach
SNo Product Name Product Image Category Sub Category Order Images Actions
{{ $n }} {{ $product->name }} @if ($product->image == null) @else @endif {{ $product->category->name ?? '' }} {{ $product->subcategory->name ?? '' }} {{ $product->sort_order ?? '' }} Manage Images Edit
@csrf @method('DELETE')