@extends('layouts.admin') @section('content') {{__('Categories')}} {{__('Add New')}} {{__('Dashboard')}} {{__('Categories')}} {{__('Categories')}} {{__('You can manage all categories, such as editing, deleting and more.')}} {{__('All Categories')}} # {{__('Name')}} {{__('Created At')}} {{__('Total Posts')}} {{__('Language')}} {{__('Action')}} @foreach ($categories as $category) {{$category->id}} {{$category->name}} {{ToDate($category->created_at)}} {{$category->posts->count()}} {{$category->lang}} @csrf @method("DELETE") @endforeach
{{__('You can manage all categories, such as editing, deleting and more.')}}