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