@extends('layouts.admin') @section('content')

{{__('Categories')}}

{{__('Categories')}}

{{__('You can manage all categories, such as editing, deleting and more.')}}

{{__('All Categories')}}

@foreach ($categories as $category) @endforeach
# {{__('Name')}} {{__('Created At')}} {{__('Total Posts')}} {{__('Language')}} {{__('Action')}}
{{$category->id}} {{$category->name}} {{ToDate($category->created_at)}} {{$category->posts->count()}} {{$category->lang}}
@csrf @method("DELETE")
@endsection @if ($errors->any()) @push('scripts') @endpush @endif @push('styles') @endpush @push('libraies') @endpush @push('scripts') @endpush