@extends('layouts.admin') @push('title', get_phrase('Blog category')) @push('meta')@endpush @push('css')@endpush @section('content')
{{ $category->title }}
{{ get_phrase('Total number of blog') }} {{ count_blogs_by_category($category->id) }}