# | Name | Created At | Action |
---|---|---|---|
{{ $key+1 }} | {{ $item->name }} | {{ $item->created_at->diffForHumans() }} | @can('private_forum_category.edit') Edit @endcan @can('private_forum_category.destroy') @endcan |
@extends('layouts.app') @push('css') @endpush @section('content')
# | Name | Created At | Action |
---|---|---|---|
{{ $key+1 }} | {{ $item->name }} | {{ $item->created_at->diffForHumans() }} | @can('private_forum_category.edit') Edit @endcan @can('private_forum_category.destroy') @endcan |