@extends('layouts.vertical') @section('content')
| {{ __('product_catalogs.id') }}: | {{ $group->id }} |
|---|---|
| {{ __('product_catalogs.type') }}: | {{ $group->type }} |
| {{ __('product_catalogs.name_es') }}: | {{ $group->es_name }} |
| {{ __('product_catalogs.name_en') }}: | {{ $group->en_name ?? '-' }} |
| {{ __('product_catalogs.categories_count') }}: | {{ $group->categories_count ?? $group->categories->count() }} |