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