{{ $category->name }}
{{ $category->children_count }} subfolders | {{ (int) ($category->subtree_contents_count ?? $category->ringtones_count) }} contents
@extends('layouts.admin') @section('title', 'Categories') @section('content')
{{ $currentCategory ? 'Current folder: '.$currentCategory->name : 'Root folders' }}
{{ $category->name }}
{{ $category->children_count }} subfolders | {{ (int) ($category->subtree_contents_count ?? $category->ringtones_count) }} contents
Downloads: {{ number_format($ringtone->downloads) }}
| Title | File Path | Preview | Downloads | Status | Actions |
|---|---|---|---|---|---|
| {{ $ringtone->title }} | {{ $ringtone->file_path }} | {{ number_format($ringtone->downloads) }} | {{ $ringtone->is_active ? 'Active' : 'Inactive' }} |