@extends('backend.layouts.admin.admin') @section('title', 'Product') @section('content')
Product
@each('backend.product.partials.table', $products, 'product')
S.N Image Name Category Price Featured Actions
@stop @push('scripts') @endpush