@extends('backend.layouts.master') @section('title', 'Category List') @section('styles') @endsection @section('scripts') @endsection @section('content')
ID | Name | Slug | sort_order | Video Count | Created | Actions |
---|---|---|---|---|---|---|
{{ $category->id }} | {{ $category->name }} | {{ $category->slug }} | {{ $category->sort_order }} | {{ $category->videos->count() }} | {{ $category->created_at->diffForHumans() }} |