@extends('admin.layouts.app') @section('page_title', 'Categories') @section('content')
Create, search, update, and manage your video categories.
Please fix the following errors:
| # | Name | Icon | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ ($categories->currentPage()-1)*$categories->perPage()+$idx+1 }} | {{ $cat->name }} |
|
{{ $cat->created_at->format('d M Y, h:i A') }} |
{{-- EDIT BUTTON --}}
{{-- DELETE --}}
|
|
|
No categories found. |
|||||
Showing {{ $categories->firstItem() }}–{{ $categories->lastItem() }} of {{ $categories->total() }}