@extends('admin/layouts/default') {{-- Web site Title --}} @section('title') @lang('blogcategory/title.management') @parent @stop @section('header_styles') @stop {{-- Montent --}} @section('content')

@lang('blogcategory/title.management')

@lang('blogcategory/title.blogcategorylist')

@if(!empty($blogscategories)) @foreach ($blogscategories as $bcategory) @endforeach @endif
@lang('blogcategory/table.id') @lang('blogcategory/table.name') @lang('blogcategory/table.blogs') @lang('blogcategory/table.created_at') @lang('blogcategory/table.actions')
{{{ $bcategory->id }}} {{{ $bcategory->title }}} {{{ $bcategory->blog()->count() }}} {{{ $bcategory->created_at->diffForHumans() }}} @if($bcategory->blog()->count()) @else @endif
@stop {{-- Body Bottom confirm modal --}} @section('footer_scripts') @stop