@extends('admin.layouts.app')
@section('title', 'Kateqoriyalar')
@section('content')
@forelse($categories as $category)
@if($category->image)
 }})
@endif
{{ $category->name }}
Əsas kateqoriya · {{ $category->products_count }} məhsul
@forelse($category->children as $child)
@if($child->image)
 }})
@endif
{{ $child->name }}
Alt kateqoriya · {{ $child->products_count }} məhsul
@empty
Bu əsas kateqoriyanın altında hələ alt kateqoriya yoxdur.
@endforelse
@empty
Hələ kateqoriya yoxdur.
@endforelse
@endsection