@extends('layouts.app') @section('title', $category->seo_title ?: $category->name.' Content') @section('meta_description', $category->seo_description ?: ($category->description ?: 'Browse '.$category->name.' content downloads.')) @section('meta_keywords', $category->seo_keywords ?: strtolower($category->name.', '.$category->name.' content, free download')) @section('canonical', request()->fullUrl()) @section('content')
{{ $category->description }}
@endif @if ($hasChildren){{ $sub->name }}
{{ number_format((int) ($sub->nested_ringtones_count ?? 0)) }} files
No content in this category yet.
@endforelse