@include('includes.header')

@foreach ($products as $product) @endforeach
Reseller ID Name Category Sub-Category Price Status Actions
{{ $product->userid }} {{ $product->name }} {{ $product->category_name }} {{ $product->sub_category_name }} {{ $product->price }} {{ $product->status }}
@include('includes.footer')