@extends('admin.layout') @section('title', 'Setting Kategori') @section('content')

🗂️ Setting Kategori

← Kembali ke Video
@if($errors->any())
@endif

Tambah Kategori

@csrf
@if($categories->count()) @foreach($categories as $category) @endforeach
Nama Slug Dipakai Video Aksi
@csrf @method('PUT')
{{ $category->slug }} {{ $category->videos_count }}
@csrf @method('DELETE')
@else

Belum ada kategori.

@endif @endsection