@extends('backend.layouts.app') @section('title', 'Categories') @push('styles') @endpush @section('content')
| SL. | Image | Name | Post Num | Slug | Created at | Updated at | Action |
|---|---|---|---|---|---|---|---|
| SL. | Image | Name | Post Num | Slug | Created at | Updated at | Action |
| {{$key+1}} |
@if(Storage::disk('public')->exists('category/thumb/'.$category->image) && $category->image)
@endif
|
{{$category->name}} | {{$category->posts->count()}} | {{$category->slug}} | {{ $category->created_at->diffForHumans() }} | {{ $category->updated_at->diffForHumans() }} | edit |