{{ __('Child Categories') }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Child Category
Child Category Table
| Title | Parent Category | Volumn | Status | Sort Order | Actions |
|---|---|---|---|---|---|
|
@if ($childCategory->image)
{{ $childCategory->title ?? '' }}
@if ($childCategory->description)
{{ Str::limit($childCategory->description ?? '', 50) }}
@endif
|
{{ $childCategory->mainParentCategory->title ?? '' }} | @if ($childCategory->volumn) {{ $childCategory->volumn ?? '' }} /m³ @else - @endif | @if ($childCategory->is_active) Active @else Inactive @endif | {{ $childCategory->sort_order ?? '' }} |
|
| No data | |||||
| Title | Parent Category | Volumn | Status | Sort Order | Actions |