@extends('backend.layouts.grid') @section('title', $active . ' ' . __('Blog Categories')) @section('container', 'container-max-lg') @section('link', route('categories.create')) @section('language', true) @section('content')
| {{ __('#') }} | {{ __('Language') }} | {{ __('Name') }} | {{ __('Views') }} | {{ __('Published date') }} | |
|---|---|---|---|---|---|
| {{ $category->id }} | {{ $category->lang }} | {{ $category->name }} | {{ $category->views }} | {{ vDate($category->created_at) }} |
|