@extends('layouts.app') @section('title', __('app.categories')) @section('content')
{{ $error }}
@endforeach| {{ __('app.name_bn') }} | {{ __('app.parent_category') }} | {{ __('app.products') }} | {{ __('app.status') }} | |
|---|---|---|---|---|
| {{ $category->name_bn }} ({{ $category->name_en }}) | {{ $category->parent?->name_bn ?? '—' }} | {{ $category->products_count }} | {{ $category->is_active ? __('app.active') : __('app.inactive') }} | @can('manage', App\Models\Category::class) @endcan |
| {{ __('app.no_results') }} | ||||