@extends('admin_base') @section('title', 'Categories') @section('style') @endsection @section('content')
| # | Icon | Name | Products | Actions |
|---|---|---|---|---|
| '; $iconHtml = ''; if (!$parentId && $category->icon) { $iconHtml = ' | ' . $iconHtml . ' | '; $html .= '' . ($parentId ? ' ' . e($category->name) . ' ' : e($category->name)) . ' | ';
$html .= '' . $category->products->count() . ' | '; $html .= '';
$html .= ' ';
$html .= ' ';
$html .= ' ';
$html .= ' ';
$html .= ' | ';
$html .= '