@extends('layouts.app') @push('css') @endpush @section('content')
Forum Category
@foreach ($items as $key=>$item) @endforeach
# 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
@endsection @push('js') @endpush